From 64d47934715959c6d52172c68ac6f15d1cb0b954 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Manage AI agent releases and shared settings --- dot_copilot/mcp-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dot_copilot/mcp-config.json (limited to 'dot_copilot/mcp-config.json') 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": ["*"] + } + } +} -- cgit v1.3.1