From 3952d08f3b7aa6343afca322d04d7c0e7f0312ff Mon Sep 17 00:00:00 2001 From: IcanBENCHurCAT Date: Tue, 30 Jun 2026 01:37:07 -0400 Subject: [PATCH] Add .well-known/mcp.json for MCP server discovery --- .well-known/mcp.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .well-known/mcp.json diff --git a/.well-known/mcp.json b/.well-known/mcp.json new file mode 100644 index 0000000..dd6655a --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,18 @@ +{ + "mcp": { + "icons": [ + { + "src": "https://rustchain.org/images/logo.png", + "type": "image/png" + } + ], + "description": "RustChain + BoTTube MCP Server: blockchain, video platform, and agent messaging tools", + "server": { + "name": "rustchain-mcp", + "description": "MCP server for RustChain blockchain, BoTTube video, and Beacon messaging.", + "homepageURL": "https://rustchain.org", + "repositoryURL": "https://github.com/Scottcjn/rustchain-mcp", + "license": "MIT" + } + } +} \ No newline at end of file