We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a960f commit 464cb02Copy full SHA for 464cb02
README.md
@@ -60,8 +60,8 @@ async with stdio_server() as (read, write):
60
61
## Documentation
62
63
-- [MCP Specification](https://modelcontextprotocol.github.io)
64
-- [Example Servers](https://github.com/modelcontextprotocol/example-servers)
+- [MCP Specification](https://modelcontextprotocol.io)
+- [Example Servers](https://github.com/modelcontextprotocol/servers)
65
66
## Contributing
67
examples/README.md
@@ -1,5 +1,5 @@
1
# Python SDK Examples
2
3
This folders aims to provide simple examples of using the Python SDK. Please refer to the
4
-[example-servers repository](https://github.com/modelcontextprotocol/example-servers)
+[servers repository](https://github.com/modelcontextprotocol/servers)
5
for real-world servers.
0 commit comments