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
This commit is contained in:
cyrus
2026-02-09 23:47:52 +05:30
parent d59b167f55
commit bace636d75
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"readme": {
"type": "http",
"url": "https://alphahuman.readme.io/mcp"
}
}
}