mcp-feedback-enhanced
· 357 B · Text
Raw
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "uvx",
"args": ["mcp-feedback-enhanced@latest"],
"timeout": 600,
"env": {
"MCP_DEBUG": "false",
"MCP_WEB_HOST": "127.0.0.1",
"MCP_WEB_PORT": "8765",
"MCP_LANGUAGE": "zh-CN"
},
"autoApprove": ["interactive_feedback"]
}
}
}
| 1 | { |
| 2 | "mcpServers": { |
| 3 | "mcp-feedback-enhanced": { |
| 4 | "command": "uvx", |
| 5 | "args": ["mcp-feedback-enhanced@latest"], |
| 6 | "timeout": 600, |
| 7 | "env": { |
| 8 | "MCP_DEBUG": "false", |
| 9 | "MCP_WEB_HOST": "127.0.0.1", |
| 10 | "MCP_WEB_PORT": "8765", |
| 11 | "MCP_LANGUAGE": "zh-CN" |
| 12 | }, |
| 13 | "autoApprove": ["interactive_feedback"] |
| 14 | } |
| 15 | } |
| 16 | } |