Differences #1079
Replies: 3 comments
|
Hi, https://modelcontextprotocol.io/specification/2025-06-18/client/roots "Roots define the boundaries of where servers can operate within the filesystem, allowing them to understand which directories and files they have access to. " https://modelcontextprotocol.io/specification/2025-06-18/server/resources ". Resources allow servers to share data that provides context to language models, such as files, database schemas, or application-specific information. Each resource is uniquely identified by a URI." |
|
I am still confusing that roots and resources act as knowledge base for the mcp server right . can u help me with to create the resources and roots to create in real-time . i would like to check how they gone work. i would like to check on the A2A features as well. In resources from the admin ui how we are going to add web page url . if i am trying to add it says invalid uri given web url : https://modelcontextprotocol.io/specification/2025-06-18/server/resources#data-types |
|
Hi @hemachowdary-10, let me clarify: Roots vs Resources — they are NOT a knowledge base These are distinct MCP protocol concepts:
Neither is a "knowledge base" in the RAG/retrieval sense. They are part of the MCP protocol for structured data access by language models. "Invalid URI" error when adding a web URL I found the issue. The URL you tried: The Workaround: Remove the fragment (everything after This is a known limitation — the URI validation pattern should arguably include A2A features A2A (Agent-to-Agent) is supported in ContextForge. Documentation is here: The |
Uh oh!
There was an error while loading. Please reload this page.
Explain differences between root and resources.
why API token are used . how they are used
All reactions