Skip to content

Commit 1571103

Browse files
csonigofredericbarthelet
authored andcommitted
Fix naming of cmds
1 parent a2f7547 commit 1571103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcpipe-remote",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"packageManager": "[email protected]",
55
"description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
66
"keywords": [
@@ -20,8 +20,8 @@
2020
],
2121
"main": "dist/index.js",
2222
"bin": {
23-
"mcp-remote": "dist/proxy.js",
24-
"mcp-remote-client": "dist/client.js"
23+
"mcpipe-remote": "dist/proxy.js",
24+
"mcpipe-remote-client": "dist/client.js"
2525
},
2626
"scripts": {
2727
"build": "tsup",

0 commit comments

Comments
 (0)