mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
- Introduced `.mcp.json` with server details for managing MCP integrations - Defines `readme` server with HTTP type and URL endpoint configuration
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"mcpServers": {
|
|
"readme": {
|
|
"type": "http",
|
|
"url": "https://alphahuman.readme.io/mcp"
|
|
}
|
|
}
|
|
} |