Releases: comparedge/mcp-server-comparedge
Releases · comparedge/mcp-server-comparedge
v2.1.8 — UTM tracking + inline markdown links
Changes
- All tool response links are now inline markdown
[text](url)— renders as clickable in VS Code / Cursor / Copilot Chat sidebar - UTM params on every link:
utm_source=mcp&utm_medium=ide— full attribution tracking from IDE traffic toolURL(),pricingURL(),alternativesURL()now acceptutm=trueflag- New
mdLink(text, url)helper
Install
npx @comparedge/mcp-serverv2.1.7 — Official MCP Registry + GitHub Copilot support
What is new
- Published to the official MCP Registry at
registry.modelcontextprotocol.io - Added GitHub Copilot / VS Code setup instructions to README
- Added
.github/copilot-instructions.mdfor Copilot-aware repos - Added
server.jsonwith registry metadata schema - Added
mcpNamefield topackage.jsonfor registry ownership verification
Install
npx @comparedge/mcp-serverMCP Registry
io.github.imkemit-ops/comparedge-mcp
v2.1.5
- Added glama.json for Glama registry compatibility
- Added maintainers field for org claim verification
- Fixed schema URL in glama.json
- smithery.yaml included for Smithery auto-index
v2.1.4 — Static JSON data source
Changes
- Migrated data source from Railway API to static JSON files (
llms-tools.json,llms-pricing.json) on comparedge.com - 508 active products (vs 331 previously on Railway)
- In-process caching for both data sources
- All 8 tools updated to use static endpoints
- Removed Railway dependency entirely
- Updated README: neutral wording for ratings (multi-layer verification), removed G2/Capterra direct mentions
- Added
glama.jsonfor Glama quality compliance
Installation
npx @comparedge/mcp-server