| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
I agree in principle with all of this, I see two challenges:
No action needed, just wanted to state some possible consequences of merging this.
Sorry, something went wrong.
|
I think doing some work to explore alternatives to sampling would be useful. As I've mentioned in relation to the interceptors proposal - the introduction of an llm/completion virtual method (as this is a very relevant context middleware target), indicates that model inference is still a relevant capability, even if sampling didn't turn out to have adoption. It is possible that model invocation is out of scope of MCP, as there are other efforts to standardize LLM APIs, but even if so, then it might be worth exploring if there are ways to integrate with a standard that is seeing high adoption rates and using that to re-introduce the feature lost by removing sampling, and hopefully in a more symmetric way, where it is not necessarily only a client feature. But I agree that sampling as it exists now adds a lot of complexity for a feature that has almost no adoption. It should be said that almost all of this complexity still exists in order to support elicitation which is not being deprecated. I am still in favor of deprecating sampling as it simply has too many gaps towards LLM APIs to be genuinely useful as "bring your own model" in practice. It is my hope it will eventually return in a more flexible and usable format - perhaps as a compatibility feature with an emerging model invocation standard. |
Sorry, something went wrong.
|
Why not include Prompts in this? The adoption of Prompts is also very limited and they have a lot of the same awkwardness as Sampling by not fully supporting LLM APIs: no system role, limited content type support, no way to specify tools/skills needed for a Prompt. Skills are organically superseding Prompts as a mechanism to provide guidance on how to use an MCP Server - which in practice almost never happened anyway. I really haven't seen many servers ship with Prompts. To put it a little bluntly, the Prompts capability mostly serves as a source of confusion for models when they work with MCP right now. |
Sorry, something went wrong.
So just tools, resources and mcp apps? |
Sorry, something went wrong.
Maintainer Activity CheckHi @kurtisvg! You're assigned to this SEP but there hasn't been any activity from you in 19 days. Please provide an update on:
If you're no longer able to sponsor this SEP, please let us know so we can find another maintainer. This is an automated message from the SEP lifecycle bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Motivation
These features were identified during a core contributor meeting as having low adoption relative to their implementation complexity: