Skip to content

Commit dcd142a

Browse files
authored
+package name and added to pnpm workspace (#16562)
* +package name and added to pnpm workspace * fix mcp package.json name, version, desc. * pnpm-lock
1 parent d319472 commit dcd142a

File tree

4 files changed

+1233
-40
lines changed

4 files changed

+1233
-40
lines changed

components/sage_intacct/sage_intacct.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

modelcontextprotocol/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name": "@pipedream/mcp",
3+
"version": "0.0.2",
4+
"description": "Pipedream stdio and HTTP MCP servers",
25
"scripts": {
36
"dev:stdio": "bun --watch src/stdio.ts",
47
"dev:http": "tsx watch -r dotenv/config src/http.ts",

0 commit comments

Comments
 (0)