From 1d6d1f8a2c3ff767431e492fd1a37a842dca39f4 Mon Sep 17 00:00:00 2001 From: askalf <263217947+askalf@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:25:05 -0400 Subject: [PATCH] chore: add glama.json, prep README badge for Glama listing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same pattern as truecopy/strongroom: glama.json declares the maintainer so the server can be claimed once submitted at https://glama.ai/mcp/servers. README badge lands commented out — uncomment once indexed. --- README.md | 3 +++ glama.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 glama.json diff --git a/README.md b/README.md index 839a8b9..4a4b555 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![CodeQL](https://github.com/askalf/agent-security-stack/actions/workflows/codeql.yml/badge.svg)](https://github.com/askalf/agent-security-stack/actions/workflows/codeql.yml) [![Fuzzing](https://github.com/askalf/agent-security-stack/actions/workflows/cflite.yml/badge.svg)](https://github.com/askalf/agent-security-stack/actions/workflows/cflite.yml) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/askalf/agent-security-stack/badge)](https://scorecard.dev/viewer/?uri=github.com/askalf/agent-security-stack) + diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..2da3070 --- /dev/null +++ b/glama.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "askalf" + ] +}