-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
The MCP docs server hosted at https://modelcontextprotocol.io/mcp is convenient for getting spec details and other docs, but it currently only includes the Mintlify documentation. One thing I find useful in other official docs servers like the AWS Knowledge server is the inclusion of all content including blog posts. Some content in this repo is unique to blog posts vs documentation, so the current docs server is missing content that could be valuable context about MCP.
Describe the solution you'd like
An official endpoint that searches all official MCP content, including blogs and relevant code examples from SDKs.
Describe alternatives you've considered
Asking a model to search blog posts using a web search or web fetch tool. This works fine but adds an extra step and set of tools to the equation.
Additional context
For code examples, we've discussed using git submodules to directly reference sdk docs and snippets instead of separately maintaining references in the docs themselves. This might be something to tackle as part of this feature request, to ensure that models can always get the latest examples for any coding language they want to use.