mcp-for-beginners
mcp-for-beginners copied to clipboard
DRAFT docs: ch 3 Sampling chapter
Purpose
sampling is about delegation. The server tells the client I need help with this feature. The idea is that the server sends a sampling request to the client and the client uses its LLM to sample a response. This could be useful in many scenarios, everything from blog post abstract creation to creating a new product in a back office environment and more
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're not sure, try it out on an old environment.
[ ] Yes
[ ] No
Does this require changes to learn.microsoft.com docs or modules?
which includes deployment, settings and usage instructions.
[ ] Yes
[ ] No
Type of change
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
yes it public