@solworks/poll-mcp 0.1.1 → 0.1.3
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -110,4 +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 |
|
|
113
|
+
| `portfolio_review` | Review your betting portfolio with insights |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solworks/poll-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "MCP server for Poll.fun
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "MCP server for Poll.fun. See documentation at https://dev.poll.fun",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"bin": {
|