8000 Merge pull request #63 from modelcontextprotocol/justin/fix-link · tensor-ninja/python-sdk@42a5f6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 42a5f6f

Browse files
Merge pull request modelcontextprotocol#63 from modelcontextprotocol/justin/fix-link
Fix README links to docs/spec
2 parents b36bde3 + a0b6486 commit 42a5f6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP Python SDK
22

3-
Python implementation of the Model Context Protocol (MCP), providing both client and server capabilities for integrating with LLM surfaces.
3+
Python implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces.
44

55
## Overview
66

@@ -60,7 +60,8 @@ async with stdio_server() as (read, write):
6060

6161
## Documentation
6262

63-
- [MCP Specification](https://modelcontextprotocol.io)
63+
- [Model Context Protocol documentation](https://modelcontextprotocol.io)
64+
- [MCP Specification](https://spec.modelcontextprotocol.io)
6465
- [Example Servers](https://github.com/modelcontextprotocol/servers)
6566

6667
## Contributing

0 commit comments

Comments
 (0)
0