File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ MCP servers from configuration files
2020
2121- If every application that uses MCP supported this API, it would lead to
2222 greater consistency in how MCP servers are configured and used, which is a
23- tremendous win for users and a benefit to the MCP ecosystem.
24-
23+ tremendous win for users and a benefit to the MCP ecosystem. Note: This is the
24+ Python SDK, but hopefully this can be ported to the SDKs for other languages.
25+
2526## Loading Configuration Files
2627
2728``` python
@@ -32,7 +33,7 @@ config = MCPServersConfig.from_file("~/.cursor/mcp.json")
3233config = MCPServersConfig.from_file(" ~/Library/Application\ Support/Claude/claude_desktop_config.json" )
3334
3435# Load YAML (auto-detected by extension)
35- config = MCPServersConfig.from_file(" ~/.cursor/mcp.yaml" ) # Not yet support in Cursor but maybe soon...?!
36+ config = MCPServersConfig.from_file(" ~/.cursor/mcp.yaml" ) # Not yet supported in Cursor but maybe soon...?!
3637config = MCPServersConfig.from_file(" ~/Library/Application\ Support/Claude/claude_desktop_config.yaml" ) # Maybe someday...?!
3738
3839# Load with input substitution
You can’t perform that action at this time.
0 commit comments