Summary
Support externel MCP server via npm or remote MCP
Problem statement
The tools should be more mature and wider support
Proposed solution
Add config for external mcp server, for eg:
{
"mcpServers": {
"camoufox": {
"command": "npx",
"args": ["-y", "camoufox-mcp-server"]
}
}
}
Non-goals / out of scope
Only change the config file and it's handler code
Alternatives considered
No response
Acceptance criteria
- COnfig key should documented & validated
Architecture impact
idk
Risk and rollback
disable MCP, I think no risk
Breaking change?
No
Data hygiene checks
Summary
Support externel MCP server via npm or remote MCP
Problem statement
The tools should be more mature and wider support
Proposed solution
Add config for external mcp server, for eg:
{ "mcpServers": { "camoufox": { "command": "npx", "args": ["-y", "camoufox-mcp-server"] } } }Non-goals / out of scope
Only change the config file and it's handler code
Alternatives considered
No response
Acceptance criteria
Architecture impact
idk
Risk and rollback
disable MCP, I think no risk
Breaking change?
No
Data hygiene checks