Files
openhuman/.mcp.json
T
cyrus bace636d75 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
2026-02-09 23:47:52 +05:30

8 lines
117 B
JSON

{
"mcpServers": {
"readme": {
"type": "http",
"url": "https://alphahuman.readme.io/mcp"
}
}
}