@shield-agent/kya 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
- package/server.json +4 -4
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ Tag sessions with `KYA_HOST=ide` or `KYA_HOST=runtime`. Same sole PEP either way
|
|
|
66
66
|
| `kya.session_ingest` | Observe / raise-only risk |
|
|
67
67
|
| `kya.request_approval` | Open human gate — **does not** execute side effect |
|
|
68
68
|
|
|
69
|
-
MCP Registry: `server.json` + package `mcpName` `io.github.
|
|
69
|
+
MCP Registry: `server.json` + package `mcpName` `io.github.The-Pixel-Boys/shield-kya`.
|
|
70
70
|
|
|
71
71
|
```json
|
|
72
72
|
{
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shield-agent/kya",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Know Your Agent light CLI + local MCP gate (provider-agnostic, zero vertical packs required).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"mcpName": "io.github.
|
|
7
|
+
"mcpName": "io.github.The-Pixel-Boys/shield-kya",
|
|
8
8
|
"bin": {
|
|
9
9
|
"kya": "./dist/cli.js",
|
|
10
10
|
"shield-kya": "./dist/cli.js"
|
package/server.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"description": "
|
|
3
|
+
"name": "io.github.The-Pixel-Boys/shield-kya",
|
|
4
|
+
"description": "KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.",
|
|
5
5
|
"status": "active",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/The-Pixel-Boys/shield-kya",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.3",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@shield-agent/kya",
|
|
15
|
-
"version": "0.1.
|
|
15
|
+
"version": "0.1.3",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
},
|