@claudinho/mcp 0.4.0 → 0.4.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.
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3845,7 +3845,7 @@ async function toolGetShareSnippet(args) {
|
|
|
3845
3845
|
|
|
3846
3846
|
// src/server.ts
|
|
3847
3847
|
var SERVER_NAME = "claudinho";
|
|
3848
|
-
var SERVER_VERSION = "0.4.
|
|
3848
|
+
var SERVER_VERSION = "0.4.1";
|
|
3849
3849
|
var VOICE = asFlavorLevel(process.env.CLAUDINHO_FLAVOR) === "off" ? "" : `
|
|
3850
3850
|
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.`;
|
|
3851
3851
|
var INSTRUCTIONS = `Claudinho serves live scores, fixtures, and group standings for the 2026 men's football tournament.
|
|
@@ -4023,7 +4023,7 @@ function buildServer() {
|
|
|
4023
4023
|
"my_team",
|
|
4024
4024
|
{
|
|
4025
4025
|
title: "My team",
|
|
4026
|
-
description: "Focus on one team's next match and
|
|
4026
|
+
description: "Focus on one team's next match, group situation, and the prediction-market read.",
|
|
4027
4027
|
argsSchema: { team: teamArg.describe("3-letter team code, e.g. MEX") }
|
|
4028
4028
|
},
|
|
4029
4029
|
({ team }) => ({
|
|
@@ -4032,7 +4032,7 @@ function buildServer() {
|
|
|
4032
4032
|
role: "user",
|
|
4033
4033
|
content: {
|
|
4034
4034
|
type: "text",
|
|
4035
|
-
text: `Using get_next_fixture and
|
|
4035
|
+
text: `Using get_next_fixture, get_standings, and get_market_signal, tell me about ${team}'s next match in the 2026 tournament, their current group standing, and what prediction markets currently say about that match. Treat the market percentages as informational context only \u2014 relay them factually, never as betting or trading advice.`
|
|
4036
4036
|
}
|
|
4037
4037
|
}
|
|
4038
4038
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudinho/mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Claudinho MCP server — ask your agent about the 2026 men's football tournament: live scores, fixtures, standings, prediction-market odds. Not affiliated with FIFA or Anthropic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"tsup": "^8.0.0",
|
|
48
48
|
"typescript": "^5.7.0",
|
|
49
49
|
"vitest": "^4.1.0",
|
|
50
|
-
"@claudinho/core": "0.4.
|
|
50
|
+
"@claudinho/core": "0.4.1"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsup",
|