- use lib.hm.mcp.transformMcpServer for MCP integration
- Update tests to reflect new merged server configuration
(cherry picked from commit ebc55fd103)
32 lines
618 B
JSON
32 lines
618 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"context7": {
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
|
},
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"disabled-server": {
|
|
"command": [
|
|
"echo",
|
|
"test"
|
|
],
|
|
"enabled": false,
|
|
"type": "local"
|
|
},
|
|
"everything": {
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@modelcontextprotocol/server-everything"
|
|
],
|
|
"environment": {
|
|
"NPM_TOKEN": "{file:/run/secrets/npm-token}"
|
|
},
|
|
"type": "local"
|
|
}
|
|
}
|
|
}
|