Skip to content

Commit 4b7d2bf

Browse files
committed
fix mcp package.json name, version, desc.
1 parent f5c379a commit 4b7d2bf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

modelcontextprotocol/package.json

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

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)