From 5ce7736f7b9a4cd12ac0f122af6758f361844648 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Mon, 23 Feb 2026 16:18:38 -0500 Subject: [PATCH 1/2] Add glama.json for Glama MCP registry claiming Adds the glama.json file required for claiming the official Mapbox MCP DevKit Server listing on Glama.ai. Co-Authored-By: Claude Sonnet 4.6 --- glama.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glama.json diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..e9359b0 --- /dev/null +++ b/glama.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": ["mattpodwysocki"] +} From 6ceeec4099dcfdf231b81fca8e58096230ab40a4 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Mon, 23 Feb 2026 16:20:20 -0500 Subject: [PATCH 2/2] Add team maintainers to glama.json Co-Authored-By: Claude Sonnet 4.6 --- glama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glama.json b/glama.json index e9359b0..6ad0a4f 100644 --- a/glama.json +++ b/glama.json @@ -1,4 +1,4 @@ { "$schema": "https://glama.ai/mcp/schemas/server.json", - "maintainers": ["mattpodwysocki"] + "maintainers": ["mattpodwysocki", "zmofei", "jussi-sa", "Valiunia", "ianshward", "ctufts"] }