@claudinho/mcp 0.1.1 → 0.3.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 (3) hide show
  1. package/README.md +52 -9
  2. package/dist/index.js +1060 -154
  3. package/package.json +14 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@claudinho/mcp",
3
- "version": "0.1.1",
4
- "description": "Claudinho MCP server — ask your agent about the 2026 football tournament. Live scores, fixtures, standings. Not affiliated with FIFA or Anthropic.",
3
+ "version": "0.3.0",
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",
7
7
  "author": "Arturo Garrido",
@@ -35,24 +35,25 @@
35
35
  "soccer",
36
36
  "world-cup",
37
37
  "2026",
38
- "live-scores"
38
+ "live-scores",
39
+ "vibinglavidaloca"
39
40
  ],
40
- "scripts": {
41
- "build": "tsup",
42
- "dev": "tsup --watch",
43
- "test": "vitest run",
44
- "typecheck": "tsc --noEmit",
45
- "start": "node dist/index.js"
46
- },
47
41
  "dependencies": {
48
42
  "@modelcontextprotocol/sdk": "^1.21.0",
49
43
  "zod": "^3.25.0"
50
44
  },
51
45
  "devDependencies": {
52
- "@claudinho/core": "workspace:*",
53
46
  "@types/node": "^22.0.0",
54
47
  "tsup": "^8.0.0",
55
48
  "typescript": "^5.7.0",
56
- "vitest": "^2.1.0"
49
+ "vitest": "^4.1.0",
50
+ "@claudinho/core": "0.3.0"
51
+ },
52
+ "scripts": {
53
+ "build": "tsup",
54
+ "dev": "tsup --watch",
55
+ "test": "vitest run",
56
+ "typecheck": "tsc --noEmit",
57
+ "start": "node dist/index.js"
57
58
  }
58
- }
59
+ }