opentakeoff-mcp 0.9.48 → 0.9.49

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.
@@ -11129,7 +11129,7 @@ function applyStagedTools(server, registered) {
11129
11129
  // package.json
11130
11130
  var package_default = {
11131
11131
  name: "opentakeoff-mcp",
11132
- version: "0.9.48",
11132
+ version: "0.9.49",
11133
11133
  mcpName: "io.github.Kentucky-ai/opentakeoff",
11134
11134
  type: "module",
11135
11135
  description: "OpenTakeoff MCP server \u2014 drive the takeoff engine from your MCP client over stdio.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentakeoff-mcp",
3
- "version": "0.9.48",
3
+ "version": "0.9.49",
4
4
  "mcpName": "io.github.Kentucky-ai/opentakeoff",
5
5
  "type": "module",
6
6
  "description": "OpenTakeoff MCP server — drive the takeoff engine from your MCP client over stdio.",