Skip to content

Commit

Permalink
Merge pull request #63 from modelcontextprotocol/justin/fix-link
Browse files Browse the repository at this point in the history
Fix README links to docs/spec
  • Loading branch information
jspahrsummers authored Nov 24, 2024
2 parents b36bde3 + a0b6486 commit 42a5f6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42a5f6f

Please sign in to comment.