diff options
Diffstat (limited to 'dot_copilot/mcp-config.json')
| -rw-r--r-- | dot_copilot/mcp-config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_copilot/mcp-config.json b/dot_copilot/mcp-config.json new file mode 100644 index 0000000..1440afe --- /dev/null +++ b/dot_copilot/mcp-config.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "openaiDeveloperDocs": { + "type": "http", + "url": "https://developers.openai.com/mcp", + "tools": ["*"] + } + } +} |
