@vibegrid/mcp 0.3.0-beta.0 → 0.3.0-beta.1
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
|
@@ -2536,7 +2536,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
|
|
|
2536
2536
|
console.error = (...args) => _origError("[mcp:error]", ...args);
|
|
2537
2537
|
async function main() {
|
|
2538
2538
|
configManager.init();
|
|
2539
|
-
const version = true ? "0.3.0-beta.
|
|
2539
|
+
const version = true ? "0.3.0-beta.1" : createRequire(import.meta.url)("../package.json").version;
|
|
2540
2540
|
const server = createMcpServer(version);
|
|
2541
2541
|
const transport = new StdioServerTransport();
|
|
2542
2542
|
await server.connect(transport);
|