|
For example I'd like to use a local context7 and use searnxg for websearch. |
Replies: 2 comments
|
TL;DR for humans Yes, but in your current OMO Slim/OpenCode setup they are not actually replaced yet. Right now, OMO Slim has built-in The practical setup is: {
"mcp": {
"context7": {
"type": "local",
"command": ["<command-that-starts-your-local-context7-mcp>"]
},
"websearch": {
"type": "local",
"command": ["<command-that-starts-your-searxng-mcp>"]
}
}
}Then allow those MCPs on the agents that should use them, for example the librarian: "librarian": {
"mcps": ["context7", "websearch"]
}OMO Slim’s built-in Prompt for the agent Inspect current OMO Slim and OpenCode MCP merge behavior and document the supported way to replace built-in MCPs with local ones. Specifically verify:
Then update the docs with a short “Using custom MCPs instead of built-ins” section showing:
|
|
Answered by @Zaradacht: replace built-ins via a custom |
Answered by @Zaradacht: replace built-ins via a custom
mcpconfig + agentmcpsallowlists — see docs/mcps.md.