feat: Add MCP server configuration parsing (e.g.: `mcp.json`) to the SDK by msabramo · Pull Request #968 · modelcontextprotocol/python-sdk
added 21 commits
June 16, 2025 09:51
msabramo
changed the title
feat: Add MCP server configuration (e.g.:
feat: Add MCP server configuration parsing (e.g.: mcp.json) to the SDKmcp.json) to the SDK
It seemed weird doing it in `from_file`, because the caller has to call
`from_file` to find out what the required inputs are and then has to
call `from_file` against to provide the input values.
Now, the caller calls config.get(server, input_values={...})
to provide the input values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters