Files
pom-omp/config/mcp.json.example

16 lines
403 B
JSON

{
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/src/config/mcp-schema.json",
"mcpServers": {
"trusted-research": {
"type": "http",
"url": "https://replace-with-trusted-server.example/mcp",
"headers": {
"Authorization": "Bearer ${POM_RESEARCH_MCP_TOKEN}"
}
}
},
"disabledServers": [
"trusted-research"
]
}