@withinfocus/tba-mcp-server 1.0.0 → 1.0.1
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ A Model Context Protocol (MCP) server that provides access to The Blue Alliance
|
|
|
11
11
|
|
|
12
12
|
## Prerequisites
|
|
13
13
|
|
|
14
|
-
- Node.js
|
|
14
|
+
- Node.js 24
|
|
15
15
|
- The Blue Alliance API key (register at [thebluealliance.com/account](https://www.thebluealliance.com/account))
|
|
16
16
|
|
|
17
17
|
## Installation
|
package/dist/index.js
CHANGED