mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-26 10:02:25 +08:00
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"mcpServers": {
|
|
"mcp-feedback-enhanced": {
|
|
"command": "uvx",
|
|
"args": ["mcp-feedback-enhanced@latest"],
|
|
"timeout": 600,
|
|
"env": {
|
|
"MCP_DESKTOP_MODE": "false",
|
|
"MCP_WEB_HOST": "127.0.0.1",
|
|
"MCP_WEB_PORT": "8765",
|
|
"MCP_DEBUG": "false"
|
|
},
|
|
"autoApprove": ["interactive_feedback"]
|
|
}
|
|
}
|
|
}
|