@claudinho/mcp 0.9.0 → 0.9.1

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2908,7 +2908,7 @@ function rosterAtZero(matches) {
2908
2908
  var ESPN_SOCCER = "https://site.api.espn.com/apis/site/v2/sports/soccer";
2909
2909
  var DEFAULT_COMPETITION = "fifa.world";
2910
2910
  var DEFAULT_BASE = `${ESPN_SOCCER}/${DEFAULT_COMPETITION}`;
2911
- var USER_AGENT = `claudinho/${"0.9.0"} (+https://github.com/arturogarrido/claudinho)`;
2911
+ var USER_AGENT = `claudinho/${"0.9.1"} (+https://github.com/arturogarrido/claudinho)`;
2912
2912
  var MAX_RESPONSE_BYTES = 5 * 1024 * 1024;
2913
2913
  function competitionBase(slug) {
2914
2914
  return `${ESPN_SOCCER}/${slug}`;
@@ -5376,7 +5376,7 @@ async function toolGetShareSnippet(args) {
5376
5376
 
5377
5377
  // src/server.ts
5378
5378
  var SERVER_NAME = "claudinho";
5379
- var SERVER_VERSION = "0.9.0";
5379
+ var SERVER_VERSION = "0.9.1";
5380
5380
  var VOICE = asFlavorLevel(process.env.CLAUDINHO_FLAVOR) === "off" ? "" : `
5381
5381
  Voice: when relaying scores, narrate with lively, regionally-appropriate football-commentary energy in the user's language. Each match line may end with a short exclamation ("\u2014 \xA1GOOOOL!") \u2014 use it as a tone cue. Keep every fact exact; never invent details and never impersonate or name a real commentator.`;
5382
5382
  var INSTRUCTIONS = `Claudinho serves live scores, fixtures, and group standings for the 2026 men's football tournament.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@claudinho/mcp",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "mcpName": "io.github.arturogarrido/claudinho",
5
- "description": "MCP server for the 2026 men's football tournament — live scores, fixtures, standings, read-only prediction-market signals, and paste-ready match cards. Works with Claude Code, Cursor, Codex, Windsurf, Zed. Not affiliated with FIFA or Anthropic.",
5
+ "description": "World Cup MCP server for the 2026 men's football tournament — live scores, fixtures, standings, read-only prediction-market signals, and paste-ready match cards. Works with Claude Code, Cursor, Codex, Windsurf, Zed. Not affiliated with FIFA or Anthropic.",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "author": "Arturo Garrido",
@@ -59,7 +59,7 @@
59
59
  "tsup": "^8.0.0",
60
60
  "typescript": "^5.7.0",
61
61
  "vitest": "^4.1.9",
62
- "@claudinho/core": "0.9.0"
62
+ "@claudinho/core": "0.9.1"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsup",