diff --git a/README.md b/README.md index 0be8bbaf..d62fffa3 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 4e931261..5ed4dd55 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.