routebase-mcp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/checksums.json +4 -4
  2. package/package.json +1 -1
package/checksums.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "routebase-mcp-linux-x64": "9f5da21332a63bb54e56edb9133aafbef53843770beaf58f5bb2aa3aba52752c",
3
- "routebase-mcp-osx-arm64": "078e3f64e78027f646c300c9d3e2c5876bb66c411a0cf344a6c5419b5713e8a8",
4
- "routebase-mcp-osx-x64": "71ca1241b2251c6b25aa8623107383f08365e40e7b777b3bc6949aa94b0d60f9",
5
- "routebase-mcp-win-x64.exe": "e85a3b92f30a1b3752104ab21618a14a59ed170334a2e8c6b0ea0e0f589262c4"
2
+ "routebase-mcp-linux-x64": "aec5005e4582546bf4340ca3091d0a9ec8c40257bdf3254e7ac0fe0b7b96ec27",
3
+ "routebase-mcp-osx-arm64": "cecf9ffe2d2245f7c86f4f1c3009ec72da3f019b86a9c432584a108201feb2b3",
4
+ "routebase-mcp-osx-x64": "41d9284d5323f2acf38bd89035fe8387c348cf14eadde6d49b42f3d059cdcec8",
5
+ "routebase-mcp-win-x64.exe": "a21b8d21147b393bf5fc4a131dc4c89f803cc65f27dad9ed67d8fe7f93d489ac"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routebase-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Routebase MCP server CLI — connect AI agents (Claude Code, Cursor, VS Code) to your Routebase APIs over stdio. Downloads the platform binary from releases.routebase.dev on first run.",
5
5
  "bin": {
6
6
  "routebase-mcp": "bin/routebase-mcp.js"