@withinfocus/tba-mcp-server 0.2.5 → 0.2.6

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 +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -493,7 +493,7 @@ async function runServer() {
493
493
  await log('info', 'Initializing MCP server ...');
494
494
  server = new Server({
495
495
  name: 'The Blue Alliance MCP Server',
496
- version: '0.2.5',
496
+ version: '0.2.6',
497
497
  }, {
498
498
  capabilities: {
499
499
  tools: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@withinfocus/tba-mcp-server",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "description": "The Blue Alliance MCP Server",
6
6
  "repository": {
7
7
  "type": "git",
@@ -13,23 +13,23 @@
13
13
  "url": "https://github.com/withinfocus/tba-mcp-server/issues"
14
14
  },
15
15
  "dependencies": {
16
- "@modelcontextprotocol/sdk": "1.17.4",
16
+ "@modelcontextprotocol/sdk": "1.18.2",
17
17
  "shx": "0.4.0",
18
18
  "zod": "4.0.17"
19
19
  },
20
20
  "devDependencies": {
21
- "@eslint/js": "9.33.0",
22
- "@jest/globals": "30.1.1",
21
+ "@eslint/js": "9.36.0",
22
+ "@jest/globals": "30.1.2",
23
23
  "@modelcontextprotocol/inspector": "0.16.2",
24
24
  "@playwright/test": "1.55.0",
25
25
  "@types/jest": "30.0.0",
26
26
  "@types/node": "22.16.5",
27
- "eslint": "9.33.0",
28
- "globals": "16.3.0",
27
+ "eslint": "9.36.0",
28
+ "globals": "16.4.0",
29
29
  "husky": "9.1.7",
30
- "jest": "30.1.1",
30
+ "jest": "30.1.3",
31
31
  "jest-junit": "16.0.0",
32
- "lint-staged": "16.1.5",
32
+ "lint-staged": "16.1.6",
33
33
  "prettier": "3.6.2",
34
34
  "ts-jest": "29.4.1",
35
35
  "typescript": "5.9.2",