Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A Rust implementation of Anthropic's [Model Context Protocol (MCP)](https://docs

## Examples

**[View Demo on Github Tools MCP Client/Server](https://asciinema.org/a/708211)**

![MCPR Demo](https://asciinema.org/a/708211.png)
| **[View Demo on Github Tools MCP Client/Server](https://asciinema.org/a/708211)** |
|:---:|
| [![](https://asciinema.org/a/708211.png)](https://asciinema.org/a/708211) |

Check out our [GitHub Tools example](examples/github-tools/README.md) for a complete implementation of an MCP client-server application that interacts with GitHub repositories. This example demonstrates how to build a client that can query repository READMEs and search for repositories, with support for multiple servers and client-server disconnection scenarios. It's a great starting point for understanding how to build your own MCP applications.

Expand Down Expand Up @@ -487,4 +487,4 @@ RUST_LOG=debug cargo run

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.