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.
- package/dist/server-core.js +1 -1
- package/package.json +1 -1
package/dist/server-core.js
CHANGED
|
@@ -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.
|
|
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