From bace636d751d1455bc022d096e71874bbf488181 Mon Sep 17 00:00:00 2001 From: cyrus Date: Mon, 9 Feb 2026 23:47:52 +0530 Subject: [PATCH] feat: add .mcp.json for MCP server configuration - Introduced `.mcp.json` with server details for managing MCP integrations - Defines `readme` server with HTTP type and URL endpoint configuration --- .mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 000000000..837d7163f --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "readme": { + "type": "http", + "url": "https://alphahuman.readme.io/mcp" + } + } +} \ No newline at end of file