diff --git a/README.md b/README.md index 9fbb5e2..2002fa7 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ npx -y @sandbaseai/cli connect --client cursor ┌─────────────────┐ ┌───────────────┐ ┌────────────────────┐ │ Your Agent │ MCP │ Local Bridge │ HTTPS │ SandBase API │ │ (Cursor, etc.) │────────▶│ (on-demand) │────────▶│ 2,000+ AI models │ -│ │◀────────│ │◀────────│ and APIs │ +│ │◀────────│ │◀────────│ │ └─────────────────┘ └───────────────┘ └────────────────────┘ ``` diff --git a/assets/skills/sandbase/SKILL.md b/assets/skills/sandbase/SKILL.md index 3b66b1a..70e4261 100644 --- a/assets/skills/sandbase/SKILL.md +++ b/assets/skills/sandbase/SKILL.md @@ -46,7 +46,7 @@ SandBase fills gaps in the user's stack — it doesn't replace tools they alread | Tool | Purpose | |------|---------| -| `sandbase_discover` | Search all available models and APIs | +| `sandbase_discover` | Search all 2,000+ AI models | | `sandbase_inspect` | Get input schema, pricing, and execution template | | `sandbase_run` | Execute a model or API endpoint | | `sandbase_run_get` | Get status/result of an async run |