@enactprotocol/mcp-server 1.0.13 → 1.0.14

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 CHANGED
@@ -237166,6 +237166,8 @@ function validateSilentEnvironment() {
237166
237166
  issues
237167
237167
  };
237168
237168
  }
237169
+ // ../shared/dist/utils/version.js
237170
+ var __filename = "/Users/keithgroves/projects/enact/enact-cli/packages/shared/dist/utils/version.js";
237169
237171
  // ../shared/dist/web/env-manager-server.js
237170
237172
  import { createServer } from "http";
237171
237173
  import { parse as parse4 } from "url";
package/dist/index.js.bak CHANGED
@@ -237165,6 +237165,8 @@ function validateSilentEnvironment() {
237165
237165
  issues
237166
237166
  };
237167
237167
  }
237168
+ // ../shared/dist/utils/version.js
237169
+ var __filename = "/Users/keithgroves/projects/enact/enact-cli/packages/shared/dist/utils/version.js";
237168
237170
  // ../shared/dist/web/env-manager-server.js
237169
237171
  import { createServer } from "http";
237170
237172
  import { parse as parse4 } from "url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enactprotocol/mcp-server",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "MCP server for the Enact Protocol - enables AI tools integration via Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "node": ">=18.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@enactprotocol/shared": "^1.0.13",
44
+ "@enactprotocol/shared": "^1.0.14",
45
45
  "@modelcontextprotocol/sdk": "^1.13.0",
46
46
  "zod": "^3.25.67"
47
47
  },