chore: initialize POM 2 repo (docs guards green; release gates recorded NOT RUN pending install)
This commit is contained in:
15
config/mcp.json.example
Normal file
15
config/mcp.json.example
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user