@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.
- package/dist/index.js +1 -1
- 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.
|
|
446
|
+
version: '0.2.2',
|
|
447
447
|
}, {
|
|
448
448
|
capabilities: {
|
|
449
449
|
tools: {},
|