Sign In

@buildpulse/mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildpulse/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+4
-4
lib/install.js

@@ -22,3 +22,3 @@ #!/usr/bin/env node

const RELEASE_BASE =
"https://github.com/BuildPulseLLC/platform-api/releases/download/" + RELEASE_TAG;
"https://github.com/BuildPulseLLC/buildpulse-mcp/releases/download/" + RELEASE_TAG;

@@ -33,3 +33,3 @@ async function main() {

process.arch +
".\nFile an issue at https://github.com/BuildPulseLLC/platform-api/issues."
".\nFile an issue at https://github.com/BuildPulseLLC/buildpulse-mcp/issues."
);

@@ -66,4 +66,4 @@ process.exit(1);

"If you're offline or behind a corporate proxy, you can build from source:\n" +
" git clone https://github.com/BuildPulseLLC/platform-api\n" +
" cd platform-api && go build -o " +
" git clone https://github.com/BuildPulseLLC/buildpulse-mcp\n" +
" cd buildpulse-mcp && go build -o " +
outPath +

@@ -70,0 +70,0 @@ " ./cmd/mcp"

{
"name": "@buildpulse/mcp",
"version": "0.1.0",
"version": "0.1.1",
"description": "BuildPulse Model Context Protocol server — flaky test analytics, coverage, and CI run history as agent-callable tools.",

@@ -18,8 +18,8 @@ "keywords": [

"bugs": {
"url": "https://github.com/BuildPulseLLC/platform-api/issues"
"url": "https://github.com/BuildPulseLLC/buildpulse-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuildPulseLLC/platform-api.git",
"directory": "mcp-npm"
"url": "git+https://github.com/BuildPulseLLC/buildpulse-mcp.git",
"directory": "npm"
},

@@ -26,0 +26,0 @@ "license": "MIT",

@@ -105,3 +105,3 @@ # @buildpulse/mcp

```bash
git clone https://github.com/BuildPulseLLC/platform-api
git clone https://github.com/BuildPulseLLC/buildpulse-mcp
cd platform-api && go build -o /usr/local/bin/buildpulse-mcp ./cmd/mcp

@@ -112,2 +112,2 @@ ```

MIT. See [LICENSE](https://github.com/BuildPulseLLC/platform-api/blob/main/LICENSE).
MIT. See [LICENSE](https://github.com/BuildPulseLLC/buildpulse-mcp/blob/main/LICENSE).