From 8a175179aebb2b7192b1a9db42d1142f9d034980 Mon Sep 17 00:00:00 2001 From: Kevin Wang <69407438+kev1n@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:59:56 -0700 Subject: [PATCH] Name kev1n as the maintainer, so the Glama server listing can be claimed Glama grants an organization-owned server listing to whoever logs in with a GitHub account named in this file. Without it the listing stays unclaimed and we cannot edit its description or see review notifications. --- glama.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 glama.json diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..7d39fb8 --- /dev/null +++ b/glama.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "kev1n" + ] +}