@pnlmarket/mcp-server 0.4.0 → 0.4.2

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnlmarket/mcp-server",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Model Context Protocol server for PNL — let agents (Claude Code, Cursor, Cline, Codex) browse live conviction markets, pitch ideas as markets, and stake YES/NO without leaving the terminal. Local encrypted wallet, autosign for sub-cap amounts, deep-link for larger ones.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,6 +44,9 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
+ "overrides": {
48
+ "rpc-websockets": ">=9.3.10"
49
+ },
47
50
  "engines": {
48
51
  "node": ">=18.18"
49
52
  },