Skip to content

Commit d088b55

Browse files
committed
Run npm pkg fix
1 parent 5efcf59 commit d088b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Model Context Protocol server for Rollbar",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/rollbar/rollbar-mcp-server.git"
7+
"url": "git+https://github.com/rollbar/rollbar-mcp-server.git"
88
},
99
"main": "build/index.js",
1010
"type": "module",
1111
"bin": {
12-
"rollbar-mcp-server": "./build/index.js"
12+
"rollbar-mcp-server": "build/index.js"
1313
},
1414
"scripts": {
1515
"build": "tsc && chmod 755 build/index.js",

0 commit comments

Comments
 (0)