Добавь в свой редактор или агента, чтобы публиковать отчёты по ссылке.
https://api.dai.devdima.ru/mcp
В терминале:
kimi mcp add --transport http dai https://api.dai.devdima.ru/mcp
Settings → MCP → Add new MCP server. Тип — HTTP, URL:
https://api.dai.devdima.ru/mcp
Через stdio-прокси в claude_desktop_config.json:
{\n "mcpServers": {\n "dai": {\n "command": "npx",\n "args": ["-y", "@anthropic-ai/mcp-remote", "https://api.dai.devdima.ru/mcp"]\n }\n }\n}
Проверь список инструментов:
curl -X POST https://api.dai.devdima.ru/mcp \\n -H "Content-Type: application/json" \\n -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Полная инструкция для Kimi, Cursor, Claude Desktop, VS Code+Cline, Windsurf и curl — на странице быстрого старта.
Документация →