@rolli/mcp 1.1.2 → 1.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 +13 -3
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="logo.png" alt="Rolli IQ" width="200" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
<h1 align="center">rolli-mcp</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
MCP server for <a href="https://rolli.ai">Rolli IQ</a> — social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo.
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<a href="https://glama.ai/mcp/servers/@rolliinc/rolli-mcp">
|
|
12
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@rolliinc/rolli-mcp/badge" alt="Rolli MCP server" />
|
|
13
|
+
</a>
|
|
4
14
|
|
|
5
15
|
## Tools
|
|
6
16
|
|
|
@@ -76,4 +86,4 @@ CI runs on every push and PR to `master`. Releases published on GitHub automatic
|
|
|
76
86
|
|
|
77
87
|
## License
|
|
78
88
|
|
|
79
|
-
MIT
|
|
89
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolli/mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"mcpName": "com.rolli/mcp",
|
|
4
5
|
"description": "MCP server for Rolli IQ — social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "build/index.js",
|
|
@@ -37,6 +38,10 @@
|
|
|
37
38
|
"engines": {
|
|
38
39
|
"node": ">=18"
|
|
39
40
|
},
|
|
41
|
+
"publishConfig": {
|
|
42
|
+
"access": "public",
|
|
43
|
+
"provenance": true
|
|
44
|
+
},
|
|
40
45
|
"dependencies": {
|
|
41
46
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
42
47
|
"zod": "^3.24.4"
|