@semanticintent/semantic-chirp-intelligence-mcp 4.0.2 → 4.0.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.
@@ -20,5 +20,5 @@
20
20
  "position": "D"
21
21
  }
22
22
  ],
23
- "updated_at": "2026-09-01T20:56:50.722Z"
23
+ "updated_at": "2026-09-01T21:24:45.509Z"
24
24
  }
@@ -30,5 +30,5 @@
30
30
  "slot": "LW"
31
31
  }
32
32
  ],
33
- "updated_at": "2026-09-01T20:56:50.579Z"
33
+ "updated_at": "2026-09-01T21:24:45.369Z"
34
34
  }
@@ -13,5 +13,5 @@
13
13
  "points": 138
14
14
  }
15
15
  ],
16
- "updated_at": "2026-09-01T20:56:50.874Z"
16
+ "updated_at": "2026-09-01T21:24:45.662Z"
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semanticintent/semantic-chirp-intelligence-mcp",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Universal fantasy hockey intelligence \u2014 a Model Context Protocol server that reads NHL schedule and player data and analyses any roster you paste. No account, no API key, no platform lock-in.",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -43,6 +43,6 @@
43
43
  "vitest": "^4.1.10"
44
44
  },
45
45
  "dependencies": {
46
- "@modelcontextprotocol/sdk": "^1.19.1"
46
+ "@modelcontextprotocol/sdk": "^1.30.0"
47
47
  }
48
48
  }