From c4d3b588a8a16cb772bf5b17cfce6687443ff35e Mon Sep 17 00:00:00 2001 From: Jiri Spilka Date: Fri, 25 Apr 2025 14:27:22 +0200 Subject: [PATCH] fix: Adds glama.json file to allow claim the server on Glama --- 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 00000000..3a7a4797 --- /dev/null +++ b/glama.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ "jirispilka", "mq37" ] +}