From a0b648605ae3b6c8ae7bb1f5d6645159780a6c50 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Sun, 24 Nov 2024 14:27:58 -0600 Subject: [PATCH] Fix README links to docs/spec --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d62fffa34..33031474b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MCP Python SDK -Python implementation of the Model Context Protocol (MCP), providing both client and server capabilities for integrating with LLM surfaces. +Python implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces. ## Overview @@ -60,7 +60,8 @@ async with stdio_server() as (read, write): ## Documentation -- [MCP Specification](https://modelcontextprotocol.io) +- [Model Context Protocol documentation](https://modelcontextprotocol.io) +- [MCP Specification](https://spec.modelcontextprotocol.io) - [Example Servers](https://github.com/modelcontextprotocol/servers) ## Contributing