Skip to content

Commit 9753da8

Browse files
committed
Docs tweaks
1 parent 31eb3e1 commit 9753da8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/client-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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")
3233
config = 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...?!
3637
config = MCPServersConfig.from_file("~/Library/Application\ Support/Claude/claude_desktop_config.yaml") # Maybe someday...?!
3738

3839
# Load with input substitution

0 commit comments

Comments
 (0)