summaryrefslogtreecommitdiffstatshomepage
path: root/dot_copilot/mcp-config.json
blob: 1440afee25b7c37056547d6f791f766ad7edf9f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "mcpServers": {
    "openaiDeveloperDocs": {
      "type": "http",
      "url": "https://developers.openai.com/mcp",
      "tools": ["*"]
    }
  }
}