diff --git a/package-lock.json b/package-lock.json index b48079f..1569311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sandbaseai/cli", - "version": "0.1.14", + "version": "0.1.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sandbaseai/cli", - "version": "0.1.14", + "version": "0.1.15", "license": "Apache-2.0", "dependencies": { "jsonc-parser": "3.3.1", diff --git a/package.json b/package.json index 5d7f613..e096227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@sandbaseai/cli", - "version": "0.1.14", + "version": "0.1.15", + "mcpName": "io.github.sandbaseai/cli", "description": "Connect 2,000+ AI models and APIs to Cursor, Claude Code, Codex, Windsurf, and other MCP clients", "type": "module", "bin": { diff --git a/server.json b/server.json new file mode 100644 index 0000000..7537488 --- /dev/null +++ b/server.json @@ -0,0 +1,35 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.sandbaseai/cli", + "title": "SandBase", + "description": "Connect MCP clients to 2,000+ AI models and APIs without managing provider API keys.", + "version": "0.1.15", + "repository": { + "url": "https://github.com/sandbaseai/cli", + "source": "github" + }, + "packages": [ + { + "registryType": "npm", + "identifier": "@sandbaseai/cli", + "version": "0.1.15", + "packageArguments": [ + { + "type": "positional", + "value": "mcp-bridge" + }, + { + "type": "positional", + "value": "--client" + }, + { + "type": "positional", + "value": "claude-desktop" + } + ], + "transport": { + "type": "stdio" + } + } + ] +}