@basegrid_tech/mcp 0.18.14-beta.1 → 0.18.14
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
|
@@ -4932,7 +4932,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
|
|
|
4932
4932
|
console.error = (...args) => _origError("[mcp:error]", ...args);
|
|
4933
4933
|
async function main() {
|
|
4934
4934
|
configManager.init();
|
|
4935
|
-
const version = true ? "0.18.14
|
|
4935
|
+
const version = true ? "0.18.14" : createRequire(import.meta.url)("../package.json").version;
|
|
4936
4936
|
const server = createMcpServer(version);
|
|
4937
4937
|
const transport = new StdioServerTransport();
|
|
4938
4938
|
await server.connect(transport);
|