The protocol felt unnecessarily complicated till I saw this https://modelcontextprotocol.io/docs/concepts/sampling It's crazy. Sadly not yet implemented in Claude Desktop client.
Model Context Protocol
211–220 of 283 posts
Re: Model Context Protocol
#212https://github.com/rusiaaman/wcgw/blob/main/src/wcgw/client/...
Already getting value out of it.
Re: Model Context Protocol
#213I took time to read everything on Twitter/Reddit/Documentation about this. I think I have a complete picture. Here is a quickstart for anyone who is just getting into it. https://glama.ai/blog/2024-11-25-model-context-protocol-quic...
Re: Model Context Protocol
#214I took time to read everything on Twitter/Reddit/Documentation about this. I think I have a complete picture. Here is a quickstart for anyone who is just getting into it. https://glama.ai/blog/2024-11-25-model-context-protocol-quic...
fine. Examples, what can I use this for?
Re: Model Context Protocol
#215Earlier quoted context omitted.
Will this be partially available from the Claude website for connections to other web services? E.g. could the GitHub server be called from https://claude.ai ?
At the moment only Claude Desktop supports MCP. Claude.ai itself does not.
Re: Model Context Protocol
#216Re: Model Context Protocol
#217Something is telling me this _might_ turn out to be a huge deal; I can't quite put a finger on what is that makes me feel that, but opening private data and tools via an open protocol to AI apps just feels like a game changer.
It's just function calling with a new name and a big push from the LLM provider, but this time it's in the right direction . Contrast with OpenAI's "GPTs", which are just function calling by another name, but pushed in the wrong direction - towards creating a "marketplace" controlled by OpenAI. I'd say that thing you're feeling comes from witnessing an LLM vendor, for the first time in history, actually being serious…
It smells like the thinking is that you (the developer) can grab from a collection of very broad data connectors, and the agent will be able to figure out what to do with them without much custom logic in between. Maybe I’m missing something
Re: Model Context Protocol
#218Re: Model Context Protocol
#219The protocol felt unnecessarily complicated till I saw this https://modelcontextprotocol.io/docs/concepts/sampling It's crazy. Sadly not yet implemented in Claude Desktop client.
Re: Model Context Protocol
#220@jspahrsummers and I have been working on this for the last few months at Anthropic. I am happy to answer any questions people might have.
Why not use GraphQL instead of inventing a whole new protocol?