statemap-mcp 0.1.8 → 0.1.9
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
|
@@ -286,7 +286,7 @@ let configError = "error" in loaded ? loaded.error : null;
|
|
|
286
286
|
let config = "error" in loaded ? { projectId: "", baseUrl: "", apiKey: "" } : loaded;
|
|
287
287
|
const server = new McpServer({
|
|
288
288
|
name: "statemap",
|
|
289
|
-
version: "0.1.
|
|
289
|
+
version: "0.1.9",
|
|
290
290
|
}, {
|
|
291
291
|
instructions: `Statemap is a system state model for this project. Here's how to get started:
|
|
292
292
|
|