Skip to content

Commit add8aa3

Browse files
chore: sync all version refs to 2.5.5, 508+ -> 495+, remove .bak
- index.js: comment v2.5.0 -> v2.5.5, serverInfo 2.5.1 -> 2.5.5 - mcp.json: 2.1.8 -> 2.5.5, 4 tools -> 8 tools, 508+ -> 495+ - glama.json: 2.1.4 -> 2.5.5, 508+ -> 495+ - Remove index.js.bak (stale backup)
1 parent ea008a0 commit add8aa3

4 files changed

Lines changed: 29 additions & 691 deletions

File tree

glama.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"imkemit-ops"
55
],
66
"name": "mcp-server-comparedge",
7-
"description": "Query verified pricing, independently aggregated ratings, feature comparisons, and category leaderboards for 508+ SaaS, AI, and security tools across 45 categories. Zero dependencies, no API key required.",
8-
"version": "2.1.4",
7+
"description": "Query verified pricing, independently aggregated ratings, feature comparisons, and category leaderboards for 495+ SaaS, AI, and security tools across 45 categories. Zero dependencies, no API key required.",
8+
"version": "2.5.5",
99
"license": "MIT",
1010
"homepage": "https://comparedge.com",
1111
"repository": "https://github.com/comparedge/mcp-server-comparedge",
@@ -50,11 +50,21 @@
5050
"installation": {
5151
"npm": {
5252
"command": "npx",
53-
"args": ["@comparedge/mcp-server"]
53+
"args": [
54+
"@comparedge/mcp-server"
55+
]
5456
}
5557
},
5658
"keywords": [
57-
"saas", "pricing", "software-comparison", "alternatives", "ratings",
58-
"ai-tools", "security", "crm", "project-management", "productivity"
59+
"saas",
60+
"pricing",
61+
"software-comparison",
62+
"alternatives",
63+
"ratings",
64+
"ai-tools",
65+
"security",
66+
"crm",
67+
"project-management",
68+
"productivity"
5969
]
60-
}
70+
}

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/**
3-
* ComparEdge MCP Server v2.5.0
3+
* ComparEdge MCP Server v2.5.5
44
* MCP protocol version 2025-03-26
55
* JSON-RPC 2.0 over stdio, zero npm dependencies
66
* Data source: comparedge.com (495 products, live)
@@ -753,7 +753,7 @@ async function handleRequest(req) {
753753
return makeResponse(id, {
754754
protocolVersion: '2025-03-26',
755755
capabilities: { tools: {}, prompts: {} },
756-
serverInfo: { name: 'comparedge-mcp-server', version: '2.5.1' },
756+
serverInfo: { name: 'comparedge-mcp-server', version: '2.5.5' },
757757
});
758758
}
759759

0 commit comments

Comments
 (0)