@rankcli/mcp-server 0.0.4 → 0.0.5
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/package.json +17 -3
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rankcli/mcp-server",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.0.5",
|
|
4
|
+
"mcpName": "io.github.integrallis/rankcli-mcp-server",
|
|
5
|
+
"description": "Free, local SEO + GEO (AI-search-citation) analysis for AI assistants - audits GEO/AI-crawler access, Core Web Vitals, structured data, security headers, mobile, and images with no signup or API key.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|
|
@@ -17,17 +18,30 @@
|
|
|
17
18
|
},
|
|
18
19
|
"keywords": [
|
|
19
20
|
"mcp",
|
|
21
|
+
"mcp-server",
|
|
20
22
|
"model-context-protocol",
|
|
21
23
|
"seo",
|
|
24
|
+
"geo",
|
|
25
|
+
"generative-engine-optimization",
|
|
26
|
+
"ai-search",
|
|
22
27
|
"ai",
|
|
23
28
|
"claude",
|
|
24
29
|
"rankcli"
|
|
25
30
|
],
|
|
26
31
|
"author": "Integrallis",
|
|
27
32
|
"license": "MIT",
|
|
33
|
+
"homepage": "https://rankcli.dev",
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "https://github.com/integrallis/rankcli.dev",
|
|
37
|
+
"directory": "packages/mcp-server"
|
|
38
|
+
},
|
|
39
|
+
"bugs": {
|
|
40
|
+
"url": "https://github.com/integrallis/rankcli.dev/issues"
|
|
41
|
+
},
|
|
28
42
|
"dependencies": {
|
|
29
43
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
30
|
-
"@rankcli/agent-runtime": "^0.0.
|
|
44
|
+
"@rankcli/agent-runtime": "^0.0.18",
|
|
31
45
|
"conf": "^12.0.0"
|
|
32
46
|
},
|
|
33
47
|
"devDependencies": {
|