cricketstudio-mcp 1.4.1 → 1.5.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1918,7 +1918,7 @@ function handleWomenCricketLeaders(args) {
1918
1918
  return ok({ aspect: args.aspect, title: entry.title, gender: "female", competition: "WPL (Women's Premier League)", floorNote: entry.floorNote ?? null, count: rows.length, rows, attribution: "Cricsheet CC BY 3.0" }, wplLeaderboardUrl(args.aspect));
1919
1919
  }
1920
1920
  var server = new Server(
1921
- { name: "cricketstudio", version: "1.4.0" },
1921
+ { name: "cricketstudio", version: "1.5.0" },
1922
1922
  { capabilities: { tools: {} } }
1923
1923
  );
1924
1924
  server.setRequestHandler(ListToolsRequestSchema, async () => ({ tools: TOOLS }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cricketstudio-mcp",
3
- "version": "1.4.1",
4
- "description": "CricketStudio MCP server — 43 tools covering IPL 2026, IPL historical (18 seasons), MLC, WPL, and ICC T20 WC. Citation-grade atomic claims with provenance. Includes L3 knowledge-graph layer.",
3
+ "version": "1.5.0",
4
+ "description": "CricketStudio MCP server — 43 tools covering IPL 2026, IPL historical (18 seasons), MLC (men's), T20 WC (men's), and WPL (women's). Citation-grade atomic claims with provenance. Men's and women's cricket kept separate.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {