From ce5338c206624fc1368513c379aa911e7b9a260b Mon Sep 17 00:00:00 2001 From: escott- Date: Sat, 5 Sep 2026 15:33:20 -0700 Subject: [PATCH] Add glama.json configuration file --- 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..0eb97fc --- /dev/null +++ b/glama.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "escott-" + ] +}