Skip to content

Commit ebc7d75

Browse files
Update README to link to Python SDK documentation
Update the docs badge to point to the Python SDK documentation at modelcontextprotocol.github.io/python-sdk/ instead of the general protocol site. Add a new Protocol badge to preserve the link to modelcontextprotocol.io for users looking for general MCP information.
1 parent b8e758b commit ebc7d75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![MIT licensed][mit-badge]][mit-url]
99
[![Python Version][python-badge]][python-url]
1010
[![Documentation][docs-badge]][docs-url]
11+
[![Protocol][protocol-badge]][protocol-url]
1112
[![Specification][spec-badge]][spec-url]
1213
[![GitHub Discussions][discussions-badge]][discussions-url]
1314

@@ -74,8 +75,10 @@
7475
[mit-url]: https://github.com/modelcontextprotocol/python-sdk/blob/main/LICENSE
7576
[python-badge]: https://img.shields.io/pypi/pyversions/mcp.svg
7677
[python-url]: https://www.python.org/downloads/
77-
[docs-badge]: https://img.shields.io/badge/docs-modelcontextprotocol.io-blue.svg
78-
[docs-url]: https://modelcontextprotocol.io
78+
[docs-badge]: https://img.shields.io/badge/docs-python--sdk-blue.svg
79+
[docs-url]: https://modelcontextprotocol.github.io/python-sdk/
80+
[protocol-badge]: https://img.shields.io/badge/protocol-modelcontextprotocol.io-blue.svg
81+
[protocol-url]: https://modelcontextprotocol.io
7982
[spec-badge]: https://img.shields.io/badge/spec-spec.modelcontextprotocol.io-blue.svg
8083
[spec-url]: https://spec.modelcontextprotocol.io
8184
[discussions-badge]: https://img.shields.io/github/discussions/modelcontextprotocol/python-sdk

0 commit comments

Comments
 (0)