David Soria Parra
David Soria Parra
Pydantic's AnyUrl requires a host to be specified. For file resources this means that a triple slash such as `file:///foo.txt` is required because there is no host. We should likely...
The SDK currently does not pass strict pyright typechecking. A major problems is typing generics correctly. We need to fix this before a major release. I consider this a bug.
We should use init.py only for exporting symbols, as folks generally won't look there for implementation code.
e.g., we could have mcp_python as just the base definitions, `mcp_python[stdio]`, `mcp_python[sse]`, etc.
Request to add a new Trove classifier. ## The name of the classifier(s) you would like to add: * `Framework :: Model Context Protocol` ## Why do you want to...
- Create overview page comparing all official SDKs - Add feature support matrix across protocol versions - Document SDK capabilities, installation, and status - Include links to repositories and documentation...
## Summary This PR migrates 10 SEPs with 'final' status or closed state to the new seps/ markdown format as per the experimental SEP process described in seps/README.md. ## Migrated...
# SEP-1649: MCP Server Cards: HTTP Server Discovery via .well-known **Status:** Draft **Type:** Core Protocol Enhancement **Authors:** @dsp-ant , @nickcoai ## Abstract This SEP proposes adding a standardized discovery mechanism...