@polygraphso/litmus 0.4.0 → 0.4.1
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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polygraphso/litmus",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Behavioral litmus harness for MCP servers — grade a server A–F (tool-output injection, egress, sensitive-data) with reproducible, content-addressed evidence. Ships a CLI and an MCP server with a run_litmus tool for AI agents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://polygraph.so",
|
|
7
|
+
"polygraph": {
|
|
8
|
+
"egress": [
|
|
9
|
+
"polygraph.so"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
7
12
|
"repository": {
|
|
8
13
|
"type": "git",
|
|
9
14
|
"url": "git+https://github.com/polygraphso/litmus.git",
|
|
@@ -60,8 +65,8 @@
|
|
|
60
65
|
"@polygraph/core": "0.0.0",
|
|
61
66
|
"@polygraph/probes": "0.0.0",
|
|
62
67
|
"@polygraph/onchain": "0.0.0",
|
|
63
|
-
"@polygraph/mcp": "0.0.0",
|
|
64
68
|
"@polygraph/agent": "0.0.0",
|
|
69
|
+
"@polygraph/mcp": "0.0.0",
|
|
65
70
|
"@polygraph/cli": "0.0.0"
|
|
66
71
|
},
|
|
67
72
|
"publishConfig": {
|