We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efcf59 commit d088b55Copy full SHA for d088b55
package.json
@@ -4,12 +4,12 @@
4
"description": "Model Context Protocol server for Rollbar",
5
"repository": {
6
"type": "git",
7
- "url": "https://github.com/rollbar/rollbar-mcp-server.git"
+ "url": "git+https://github.com/rollbar/rollbar-mcp-server.git"
8
},
9
"main": "build/index.js",
10
"type": "module",
11
"bin": {
12
- "rollbar-mcp-server": "./build/index.js"
+ "rollbar-mcp-server": "build/index.js"
13
14
"scripts": {
15
"build": "tsc && chmod 755 build/index.js",
0 commit comments