@vornrun/mcp 0.2.0-beta.4 → 0.2.0-beta.5
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
|
@@ -2699,7 +2699,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
|
|
|
2699
2699
|
console.error = (...args) => _origError("[mcp:error]", ...args);
|
|
2700
2700
|
async function main() {
|
|
2701
2701
|
configManager.init();
|
|
2702
|
-
const version = true ? "0.2.0-beta.
|
|
2702
|
+
const version = true ? "0.2.0-beta.5" : createRequire(import.meta.url)("../package.json").version;
|
|
2703
2703
|
const server = createMcpServer(version);
|
|
2704
2704
|
const transport = new StdioServerTransport();
|
|
2705
2705
|
await server.connect(transport);
|