@vscxml/mcp 0.1.0 → 0.1.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.
@@ -18,7 +18,7 @@ for (let i = 0; i < args.length; i++) {
18
18
  console.error(`
19
19
  @vscxml/mcp - MCP server for VSCXML state machine suite
20
20
 
21
- Usage: scxml-mcp [options]
21
+ Usage: vscxml-mcp [options]
22
22
 
23
23
  Options:
24
24
  --generator <url> Generator REST API URL (default: http://localhost:48620)
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@vscxml/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for the VSCXML suite — 37 tools for designing, simulating, generating, and visually editing W3C SCXML state machines via LLMs (Claude Code, Claude Desktop, Cursor)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
- "scxml-mcp": "dist/bin/scxml-mcp.js"
8
+ "vscxml-mcp": "dist/bin/scxml-mcp.js",
9
+ "mcp": "dist/bin/scxml-mcp.js"
9
10
  },
10
11
  "scripts": {
11
12
  "build": "tsc",