@polygraphso/litmus 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -109,7 +109,11 @@ claude mcp add polygraph-litmus -e POLYGRAPH_API_URL=https://polygraph.so \
109
109
  -- npx -y -p @polygraphso/litmus polygraphso-litmus-mcp
110
110
  ```
111
111
 
112
- **Claude Desktop** (`claude_desktop_config.json`) / **Cursor** (`~/.cursor/mcp.json`):
112
+ **Cursor** one-click install:
113
+
114
+ [![Add polygraph-litmus to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=polygraph-litmus&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIi1wIiwiQHBvbHlncmFwaHNvL2xpdG11cyIsInBvbHlncmFwaHNvLWxpdG11cy1tY3AiXSwiZW52Ijp7IlBPTFlHUkFQSF9BUElfVVJMIjoiaHR0cHM6Ly9wb2x5Z3JhcGguc28ifX0=)
115
+
116
+ Or wire it up by hand — **Claude Desktop** (`claude_desktop_config.json`) / **Cursor** (`~/.cursor/mcp.json`):
113
117
 
114
118
  ```json
115
119
  {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@polygraphso/litmus",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
+ "mcpName": "io.github.polygraphso/litmus",
4
5
  "description": "Behavioral litmus harness for MCP servers — grade a server A–F (tool-output injection, egress, sensitive-data, adversarial-input) with reproducible, content-addressed evidence. Ships a CLI and an MCP server with a run_litmus tool for AI agents.",
5
6
  "license": "Apache-2.0",
6
7
  "homepage": "https://polygraph.so",
@@ -63,10 +64,10 @@
63
64
  "typescript": "^5.9.3",
64
65
  "vitest": "^2.1.0",
65
66
  "@polygraph/core": "0.0.0",
66
- "@polygraph/onchain": "0.0.0",
67
+ "@polygraph/probes": "0.0.0",
67
68
  "@polygraph/agent": "0.0.0",
69
+ "@polygraph/onchain": "0.0.0",
68
70
  "@polygraph/mcp": "0.0.0",
69
- "@polygraph/probes": "0.0.0",
70
71
  "@polygraph/cli": "0.0.0"
71
72
  },
72
73
  "publishConfig": {