Skip to content

Commit 6213d73

Browse files
committed
Update package.json to include repository information and adjust bin path
1 parent 73e7df8 commit 6213d73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@
1010
"modelcontextprotocol",
1111
"mcp-server"
1212
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/railwayapp/railway-mcp-server"
16+
},
1317
"license": "MIT",
1418
"files": [
1519
"dist"
1620
],
1721
"type": "module",
1822
"bin": {
19-
"railway-mcp-server": "./dist/index.js"
23+
"railway-mcp-server": "dist/index.js"
2024
},
2125
"main": "dist/index.js",
2226
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)