Skip to content

Commit 95e501c

Browse files
committed
fix: correct glama.json format per Glama spec
1 parent 840901b commit 95e501c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

glama.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
2-
"name": "shellward",
3-
"display_name": "ShellWard — AI Agent Security Middleware",
4-
"description": "8-layer security defense for AI agents: prompt injection detection, DLP data flow tracking, command blocking, PII protection. 7 MCP tools over stdio. Zero dependencies.",
5-
"repository": "https://github.com/jnMetaCode/shellward",
6-
"license": "Apache-2.0",
7-
"runtime": "node",
8-
"mcpServers": {
9-
"shellward": {
10-
"command": "npx",
11-
"args": ["-y", "shellward-mcp"]
12-
}
13-
}
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": [
4+
"jnMetaCode"
5+
]
146
}

0 commit comments

Comments
 (0)