-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 864 Bytes
/
Copy pathserver.json
File metadata and controls
24 lines (24 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.anthony-chaudhary/fak",
"description": "Default-deny permission gate for AI agents that treats the model as untrusted and every tool call like a syscall: capability-lock plus result-quarantine for prompt-injection and tool-poisoning containment (OWASP Agentic / MCP Top-10).",
"repository": {
"url": "https://github.com/anthony-chaudhary/fak",
"source": "github"
},
"version": "0.41.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/anthony-chaudhary/fak:0.41.0",
"version": "0.41.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{ "type": "positional", "value": "serve" },
{ "type": "positional", "value": "--stdio" }
]
}
]
}