@zivis/mcp 0.1.5 → 0.1.6
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"pack_id": "zivis-public",
|
|
4
4
|
"pack_name": "ZIVIS Public Pattern Pack",
|
|
5
5
|
"version": "0.2.0",
|
|
6
|
-
"built_at": "2026-08-
|
|
6
|
+
"built_at": "2026-08-25T22:25:05.314Z",
|
|
7
7
|
"tier": "customer_safe",
|
|
8
8
|
"description": "ZIVIS-curated public pattern pack — capsules + inference prompts evaluated locally on the user's machine.",
|
|
9
9
|
"capsules": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zivis/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "ZIVIS MCP server — threat modeling, security scans, and AI red team tools for IDE integration",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://zivis.ai",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"./auth/token-refresh": "./dist/auth/token-refresh.js",
|
|
21
21
|
"./api-client": "./dist/api-client.js",
|
|
22
22
|
"./project-binding": "./dist/project-binding.js",
|
|
23
|
+
"./resolve-application-id": "./dist/resolve-application-id.js",
|
|
23
24
|
"./server": "./dist/server.js",
|
|
24
25
|
"./types": "./dist/types.js",
|
|
25
26
|
"./cli": "./dist/cli.js",
|