diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 12c9284..3c35d0d 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -19,6 +19,7 @@ "browser-checks" ], "skills": "./skills/", + "mcpServers": "./.mcp.json", "interface": { "displayName": "Checkly", "shortDescription": "Create and manage Checkly monitoring from Codex.", diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..78894f3 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "checkly": { + "url": "https://api.checklyhq.com/mcp" + } + } +}