@solworks/poll-mcp 0.1.0 → 0.1.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 +1 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,12 +110,4 @@ Restart Claude Desktop. You should see "poll-fun" in the MCP server list.
110
110
  |---|---|
111
111
  | `analyze_bet` | Analyze a specific bet's dynamics and outcomes |
112
112
  | `suggest_bets` | Suggest bets from trending, considering your balance |
113
- | `portfolio_review` | Review your betting portfolio with insights |
114
-
115
- ## Security
116
-
117
- - `wallet:sensitive` scope is never available via PAT — private key endpoints always return 403
118
- - PATs cannot create other PATs (escalation prevention)
119
- - Scopes are enforced server-side per-endpoint; a token with only `read` scope cannot place wagers
120
- - HTTPS enforced for all non-localhost API URLs
121
- - If the token is invalid or expired, tools return clear error messages (the server stays running)
113
+ | `portfolio_review` | Review your betting portfolio with insights |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solworks/poll-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for Poll.fun betting platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",