opentakeoff-mcp 0.1.2 → 0.1.3
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 +2 -2
- package/package.json +2 -2
package/dist/server-core.js
CHANGED
|
@@ -1231,8 +1231,8 @@ function registerTools(server, session) {
|
|
|
1231
1231
|
// package.json
|
|
1232
1232
|
var package_default = {
|
|
1233
1233
|
name: "opentakeoff-mcp",
|
|
1234
|
-
version: "0.1.
|
|
1235
|
-
mcpName: "io.github.
|
|
1234
|
+
version: "0.1.3",
|
|
1235
|
+
mcpName: "io.github.Kentucky-ai/opentakeoff",
|
|
1236
1236
|
type: "module",
|
|
1237
1237
|
description: "OpenTakeoff MCP server \u2014 drive the takeoff engine from your MCP client over stdio.",
|
|
1238
1238
|
license: "Apache-2.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opentakeoff-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"mcpName": "io.github.Kentucky-ai/opentakeoff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "OpenTakeoff MCP server \u2014 drive the takeoff engine from your MCP client over stdio.",
|
|
7
7
|
"license": "Apache-2.0",
|