@basegrid_tech/mcp 0.18.16 → 0.18.17
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4940,7 +4940,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
|
|
|
4940
4940
|
console.error = (...args) => _origError("[mcp:error]", ...args);
|
|
4941
4941
|
async function main() {
|
|
4942
4942
|
configManager.init();
|
|
4943
|
-
const version = true ? "0.18.
|
|
4943
|
+
const version = true ? "0.18.17" : createRequire(import.meta.url)("../package.json").version;
|
|
4944
4944
|
const server = createMcpServer(version);
|
|
4945
4945
|
const transport = new StdioServerTransport();
|
|
4946
4946
|
await server.connect(transport);
|