opentakeoff-mcp 0.9.30 → 0.9.31

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.
@@ -9396,7 +9396,7 @@ function registerResources(server, session) {
9396
9396
  // package.json
9397
9397
  var package_default = {
9398
9398
  name: "opentakeoff-mcp",
9399
- version: "0.9.30",
9399
+ version: "0.9.31",
9400
9400
  mcpName: "io.github.Kentucky-ai/opentakeoff",
9401
9401
  type: "module",
9402
9402
  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.30",
3
+ "version": "0.9.31",
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.",