@buildpulse/mcp
Advanced tools
+4
-4
@@ -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" |
+4
-4
| { | ||
| "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", |
+2
-2
@@ -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). |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
9430
0.13%1
-50%