@shortcut/mcp 0.1.4 → 0.1.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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14569,7 +14569,7 @@ var require_lib = __commonJS((exports) => {
|
|
|
14569
14569
|
|
|
14570
14570
|
// package.json
|
|
14571
14571
|
var name = "@shortcut/mcp";
|
|
14572
|
-
var version = "0.1.
|
|
14572
|
+
var version = "0.1.5";
|
|
14573
14573
|
|
|
14574
14574
|
// node_modules/zod/lib/index.mjs
|
|
14575
14575
|
var util;
|
|
@@ -21866,10 +21866,8 @@ TeamTools.create(client, server);
|
|
|
21866
21866
|
WorkflowTools.create(client, server);
|
|
21867
21867
|
async function startServer() {
|
|
21868
21868
|
try {
|
|
21869
|
-
console.log("Starting server...");
|
|
21870
21869
|
const transport = new StdioServerTransport;
|
|
21871
21870
|
await server.connect(transport);
|
|
21872
|
-
console.log("Server running!");
|
|
21873
21871
|
} catch (error) {
|
|
21874
21872
|
console.error("Fatal:", error);
|
|
21875
21873
|
process.exit(1);
|