From 464cb02fddd8b275400d648cfe2c736e0865d587 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 19 Nov 2024 12:37:10 +0000 Subject: [PATCH] Update READMEs --- README.md | 4 ++-- examples/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.