mcp-for-beginners icon indicating copy to clipboard operation
mcp-for-beginners copied to clipboard

DRAFT docs: ch 3 Sampling chapter

Open softchris opened this issue 4 months ago • 1 comments

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:

softchris avatar Aug 29 '25 17:08 softchris

yes it public

anunes1828-png avatar Oct 09 '25 14:10 anunes1828-png