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