From bda80682152e6985feecd066c09324cce12bb818 Mon Sep 17 00:00:00 2001 From: 5HT2 Date: Fri, 18 Apr 2025 03:34:09 -0400 Subject: [PATCH] =?UTF-8?q?docs(examples):=20=F0=9F=93=9A=20Add=20link=20t?= =?UTF-8?q?o=20asciinema=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most users expect to be able to click a "play" (▶) icon in order to play the embedded media, however, as this is a thumbnail image the original behavior simply opened the thumbnail, which can be confusing for some. The default behavior after this change will now open the embedded media upon clicking it. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36793f5..d4559f7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.