Update READMEs

This commit is contained in:
David Soria Parra
2024-11-19 12:37:10 +00:00
parent 46a960f6d5
commit 464cb02fdd
2 changed files with 3 additions and 3 deletions

View File

@@ -60,8 +60,8 @@ async with stdio_server() as (read, write):
## Documentation
- [MCP Specification](https://modelcontextprotocol.github.io)
- [Example Servers](https://github.com/modelcontextprotocol/example-servers)
- [MCP Specification](https://modelcontextprotocol.io)
- [Example Servers](https://github.com/modelcontextprotocol/servers)
## Contributing

View File

@@ -1,5 +1,5 @@
# Python SDK Examples
This folders aims to provide simple examples of using the Python SDK. Please refer to the
[example-servers repository](https://github.com/modelcontextprotocol/example-servers)
[servers repository](https://github.com/modelcontextprotocol/servers)
for real-world servers.