+15
-1
| { | ||
| "name": "mendapi", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "license": "AGPL-3.0-only", | ||
| "type": "module", | ||
| "description": "Detect upstream API breaking changes, scan your codebase for impact, and open the fix PR.", | ||
| "mcpName": "com.mendapi/mendapi", | ||
| "keywords": [ | ||
| "mcp", | ||
| "mcp-server", | ||
| "api", | ||
| "breaking-changes", | ||
| "openapi", | ||
| "diff", | ||
| "codemod", | ||
| "dependabot", | ||
| "claude", | ||
| "cursor", | ||
| "agent" | ||
| ], | ||
| "bin": { | ||
@@ -8,0 +22,0 @@ "mendapi": "./cli.js" |
+18
-1
@@ -6,2 +6,19 @@ # mendapi | ||
| ## 30 seconds to your first result | ||
| ```bash | ||
| # In any repo — zero config, zero npm dependencies, nothing leaves your machine | ||
| npx mendapi scan | ||
| ``` | ||
| You get every upstream breaking change that actually hits your code — file, line, and symbol — scored for confidence. Then `npx mendapi fix` drafts the migration as a reviewable diff. | ||
| Using an AI coding agent? One line plugs mendapi into Claude Code as an MCP server (Cursor and every other MCP client work too — [details below](#use-it-from-your-ai-coding-agent-mcp)): | ||
| ```bash | ||
| claude mcp add mendapi -- npx mendapi mcp | ||
| ``` | ||
| Requires Node.js 22+. Everything runs locally: the scanner, fixer, and review CLIs contain no network code at all. | ||
| ## Security model (read this first) | ||
@@ -90,3 +107,3 @@ | ||
| Pre-release. Not yet published; API and name subject to change. | ||
| Published on npm as [`mendapi`](https://www.npmjs.com/package/mendapi) (v0.5.0). Early release — the change database and migration pack registry grow daily; interfaces may still shift before 1.0. | ||
@@ -93,0 +110,0 @@ ## License |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
882602
0.12%111
18.09%