12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"name": "mcp-ui",
|
|
"description": "Provides interactive UI components through MCP tool responses.",
|
|
"mcpServers": {
|
|
"mcp_ui": {
|
|
"transport": "stdio",
|
|
"command": "python",
|
|
"args": ["./ui_render_server.py", "{bot_id}"]
|
|
}
|
|
}
|
|
}
|