@claudinho/mcp 0.9.2 → 0.9.3
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2909,7 +2909,7 @@ function rosterAtZero(matches) {
|
|
|
2909
2909
|
var ESPN_SOCCER = "https://site.api.espn.com/apis/site/v2/sports/soccer";
|
|
2910
2910
|
var DEFAULT_COMPETITION = "fifa.world";
|
|
2911
2911
|
var DEFAULT_BASE = `${ESPN_SOCCER}/${DEFAULT_COMPETITION}`;
|
|
2912
|
-
var USER_AGENT = `claudinho/${"0.9.
|
|
2912
|
+
var USER_AGENT = `claudinho/${"0.9.3"} (+https://github.com/arturogarrido/claudinho)`;
|
|
2913
2913
|
var MAX_RESPONSE_BYTES = 5 * 1024 * 1024;
|
|
2914
2914
|
function competitionBase(slug) {
|
|
2915
2915
|
return `${ESPN_SOCCER}/${slug}`;
|
|
@@ -5377,7 +5377,7 @@ async function toolGetShareSnippet(args) {
|
|
|
5377
5377
|
|
|
5378
5378
|
// src/server.ts
|
|
5379
5379
|
var SERVER_NAME = "claudinho";
|
|
5380
|
-
var SERVER_VERSION = "0.9.
|
|
5380
|
+
var SERVER_VERSION = "0.9.3";
|
|
5381
5381
|
var VOICE = asFlavorLevel(process.env.CLAUDINHO_FLAVOR) === "off" ? "" : `
|
|
5382
5382
|
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.`;
|
|
5383
5383
|
var INSTRUCTIONS = `Claudinho serves live scores, fixtures, and group standings for the 2026 men's football tournament.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudinho/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"mcpName": "io.github.arturogarrido/claudinho",
|
|
5
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",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tsup": "^8.0.0",
|
|
60
60
|
"typescript": "^5.7.0",
|
|
61
61
|
"vitest": "^4.1.10",
|
|
62
|
-
"@claudinho/core": "0.9.
|
|
62
|
+
"@claudinho/core": "0.9.3"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsup",
|