@rolli/mcp 1.1.0 → 1.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 +2 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,28 +23,9 @@ MCP server for [Rolli IQ](https://rolli.ai) — social media search and analytic
23
23
 
24
24
  You need a Rolli account with API access. Get your API token and user ID from [rolli.ai](https://rolli.ai).
25
25
 
26
- ### Claude Desktop
26
+ ### Claude Desktop / Claude Code / VS Code / Cursor / Windsurf
27
27
 
28
- Add to your Claude Desktop config (`claude_desktop_config.json`):
29
-
30
- ```json
31
- {
32
- "mcpServers": {
33
- "rolli": {
34
- "command": "npx",
35
- "args": ["-y", "@rolli/mcp"],
36
- "env": {
37
- "ROLLI_API_TOKEN": "your_token",
38
- "ROLLI_USER_ID": "your_user_id"
39
- }
40
- }
41
- }
42
- }
43
- ```
44
-
45
- ### VS Code / Cursor / Windsurf
46
-
47
- Add to your MCP settings (`.vscode/mcp.json` or equivalent):
28
+ Add to your MCP config (`claude_desktop_config.json`, `.vscode/mcp.json`, or equivalent):
48
29
 
49
30
  ```json
50
31
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolli/mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "MCP server for Rolli IQ — social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo",
5
5
  "type": "module",
6
6
  "main": "build/index.js",