From b8b1e74ebc6f14651cbb4313d65459616b824eb2 Mon Sep 17 00:00:00 2001 From: Herve Labas Date: Wed, 27 May 2026 15:35:03 +0200 Subject: [PATCH] feat: add experimental Checkly MCP link --- .codex-plugin/plugin.json | 1 + .mcp.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .mcp.json 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" + } + } +}