@vornrun/mcp 0.1.2-beta.1 → 0.1.2-beta.2
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
|
@@ -2595,7 +2595,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
|
|
|
2595
2595
|
console.error = (...args) => _origError("[mcp:error]", ...args);
|
|
2596
2596
|
async function main() {
|
|
2597
2597
|
configManager.init();
|
|
2598
|
-
const version = true ? "0.1.2-beta.
|
|
2598
|
+
const version = true ? "0.1.2-beta.2" : createRequire(import.meta.url)("../package.json").version;
|
|
2599
2599
|
const server = createMcpServer(version);
|
|
2600
2600
|
const transport = new StdioServerTransport();
|
|
2601
2601
|
await server.connect(transport);
|