diff --git a/README.md b/README.md index 0be8bba..d62fffa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/README.md b/examples/README.md index 4e93126..5ed4dd5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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.