Skip to content

Commit f1a7842

Browse files
author
ComparEdge Bot
committed
chore: bump server.json to v2.5.8
1 parent 3475fd3 commit f1a7842

1 file changed

Lines changed: 39 additions & 12 deletions

File tree

server.json

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,59 @@
77
"url": "https://github.com/comparedge/mcp-server-comparedge",
88
"source": "github"
99
},
10-
"version": "2.5.7",
10+
"version": "2.5.8",
1111
"websiteUrl": "https://comparedge.com/mcp",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"identifier": "@comparedge/mcp-server",
16-
"version": "2.5.7",
16+
"version": "2.5.8",
1717
"runtime": "node",
1818
"transport": {
1919
"type": "stdio"
2020
},
2121
"startCommand": {
2222
"type": "stdio",
2323
"command": "npx",
24-
"args": ["-y", "@comparedge/mcp-server"]
24+
"args": [
25+
"-y",
26+
"@comparedge/mcp-server"
27+
]
2528
}
2629
}
2730
],
2831
"tools": [
29-
{ "name": "search_tools", "description": "Full-text search across 495+ products by name, keyword, or use case." },
30-
{ "name": "get_tool", "description": "Complete product profile: description, category, rating, pricing plans, and features." },
31-
{ "name": "compare_tools", "description": "Side-by-side comparison of two products: pricing, ratings, free plan availability." },
32-
{ "name": "list_category", "description": "All tools in a category with optional sort and free-plan filter." },
33-
{ "name": "get_alternatives", "description": "Top alternatives within the same category, sorted by rating." },
34-
{ "name": "get_pricing", "description": "Complete verified pricing breakdown: all plans, highlights, and verification date." },
35-
{ "name": "get_leaderboard", "description": "Top-rated tools by category or overall." },
36-
{ "name": "list_categories", "description": "All 44 supported category slugs and display names." }
32+
{
33+
"name": "search_tools",
34+
"description": "Full-text search across 495+ products by name, keyword, or use case."
35+
},
36+
{
37+
"name": "get_tool",
38+
"description": "Complete product profile: description, category, rating, pricing plans, and features."
39+
},
40+
{
41+
"name": "compare_tools",
42+
"description": "Side-by-side comparison of two products: pricing, ratings, free plan availability."
43+
},
44+
{
45+
"name": "list_category",
46+
"description": "All tools in a category with optional sort and free-plan filter."
47+
},
48+
{
49+
"name": "get_alternatives",
50+
"description": "Top alternatives within the same category, sorted by rating."
51+
},
52+
{
53+
"name": "get_pricing",
54+
"description": "Complete verified pricing breakdown: all plans, highlights, and verification date."
55+
},
56+
{
57+
"name": "get_leaderboard",
58+
"description": "Top-rated tools by category or overall."
59+
},
60+
{
61+
"name": "list_categories",
62+
"description": "All 44 supported category slugs and display names."
63+
}
3764
]
38-
}
65+
}

0 commit comments

Comments
 (0)