Skip to content

Commit dc65aff

Browse files
committed
mcp.json unstuck 2.5.7 -> 2.7.1 (cursor.directory scans this file), canon description, @latest arg; RELEASE.md bump list gains mcp.json
1 parent bdab887 commit dc65aff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Каналы НЕ подтягивают новую версию сами вовремя (официальный MCP Registry застревал на 2.1.7 полтора месяца). При каждом релизе прогнать вручную:
44

55
## 1. Bump + commit + tag
6-
- Единый bump: `index.js` (шапка + `VERSION`), `package.json`, `server.json` (все вхождения), `glama.json`, **`smithery.yaml`** (застревал на 2.5.7!), README-бейдж (npm-бейдж динамический — ок). На сайте: `comparestack-remaster/src/lib/constants.js``MCP_VERSION` (тянут /mcp, /mcp/docs, /open-data, llms-full, админ-чип).
6+
- Единый bump: `index.js` (шапка + `VERSION`), `package.json`, `server.json` (все вхождения), `glama.json`, **`smithery.yaml`** (застревал на 2.5.7!), **`mcp.json`** (кормит cursor.directory-скан, тоже застревал на 2.5.7!), README-бейдж (npm-бейдж динамический — ок). На сайте: `comparestack-remaster/src/lib/constants.js``MCP_VERSION` (тянут /mcp, /mcp/docs, /open-data, llms-full, админ-чип).
77
- `node --check index.js` + stdio-смоук (initialize → tools/list → пара tools/call).
88
- Commit автором imkemit-ops, `git tag vX.Y.Z`.
99

mcp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "ComparEdge MCP Server",
3-
"description": "Zero-dependency MCP server providing verified SaaS pricing, alternatives, and feature comparisons for 495+ tools across 44 categories.",
4-
"version": "2.5.7",
3+
"description": "Verified pricing, plans, ratings and alternatives for 494 SaaS and AI tools across 44 categories. Every price traces to the vendor's own pricing page and carries its verification date. Zero dependencies, no API key.",
4+
"version": "2.7.1",
55
"type": "mcp",
66
"transport": "stdio",
77
"command": "npx",
8-
"args": ["-y", "@comparedge/mcp-server"],
8+
"args": ["-y", "@comparedge/mcp-server@latest"],
99
"tools": [
10-
{ "name": "search_tools", "description": "Full-text search across 495+ products by name, keyword, or use case." },
10+
{ "name": "search_tools", "description": "Full-text search across 494 products by name, keyword, or use case." },
1111
{ "name": "get_tool", "description": "Complete product profile: description, category, rating, pricing plans, and features." },
1212
{ "name": "compare_tools", "description": "Side-by-side comparison of two products: pricing, ratings, free plan availability." },
1313
{ "name": "list_category", "description": "All tools in a category with optional sort and free-plan filter." },

0 commit comments

Comments
 (0)