@solworks/poll-mcp 0.1.27 → 0.1.28
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,11 +12,7 @@ cd poll-mcp && npm install && npm run build
|
|
|
12
12
|
|
|
13
13
|
### 2. Create a token
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
poll auth token create --name "claude-desktop" --scopes read,bet:write,social:write --expires 90d
|
|
19
|
-
```
|
|
15
|
+
Create a Personal Access Token at [poll.fun/settings](https://poll.fun/settings) with scopes: `read`, `bet:write`, `social:write`. Set an expiry of 90 days or whatever suits your use case.
|
|
20
16
|
|
|
21
17
|
### 3. Configure Claude Desktop
|
|
22
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solworks/poll-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"description": "MCP server for Poll.fun. See documentation at https://dev.poll.fun",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
21
|
-
"@solworks/poll-api-client": "^0.1.
|
|
21
|
+
"@solworks/poll-api-client": "^0.1.19",
|
|
22
22
|
"zod": "^3.24.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|