@solworks/poll-mcp 0.1.0 → 0.1.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.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,11 +111,3 @@ Restart Claude Desktop. You should see "poll-fun" in the MCP server list.
|
|
|
111
111
|
| `analyze_bet` | Analyze a specific bet's dynamics and outcomes |
|
|
112
112
|
| `suggest_bets` | Suggest bets from trending, considering your balance |
|
|
113
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)
|