@withinfocus/tba-mcp-server 0.2.1 → 0.2.2

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 +1 -1
package/dist/index.js CHANGED
@@ -443,7 +443,7 @@ async function runServer() {
443
443
  console.error('The Blue Alliance MCP Server starting ...');
444
444
  const server = new Server({
445
445
  name: 'The Blue Alliance MCP Server',
446
- version: '0.2.1',
446
+ version: '0.2.2',
447
447
  }, {
448
448
  capabilities: {
449
449
  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.1",
4
+ "version": "0.2.2",
5
5
  "description": "The Blue Alliance MCP Server",
6
6
  "repository": {
7
7
  "type": "git",