From 964c111b7819be438a03d40176072506902d4556 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Mon, 16 Feb 2026 22:01:58 +0100 Subject: [PATCH] feat: add glama.json and smithery.yaml for directory listings Add configuration files for Glama.ai and Smithery.ai MCP directories to enable automatic indexing and discovery. --- glama.json | 4 ++++ smithery.yaml | 1 + 2 files changed, 5 insertions(+) create mode 100644 glama.json create mode 100644 smithery.yaml diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..2c089d5 --- /dev/null +++ b/glama.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": ["torrentclaw"] +} diff --git a/smithery.yaml b/smithery.yaml new file mode 100644 index 0000000..322550e --- /dev/null +++ b/smithery.yaml @@ -0,0 +1 @@ +runtime: "typescript"