diff --git a/docs/index.mdx b/docs/index.mdx index ae45e743c..84a34c2f7 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -31,7 +31,6 @@ MCPJam is the development platform for MCP servers, MCP apps, and ChatGPT apps. | Capability | Description | | --- | --- | | App Builder | Debug your server against a model: tool calls or in-panel chat, with Chat, Trace, and Raw. OpenAI Apps SDK and MCP app UIs, text tools, Chrome DevTools-style widget emulator. [Read more](/inspector/app-builder) | -| Chat | Multi-server chat on frontier models (free). Chat, Trace, Raw; compare up to 3 models. [Read more](/inspector/chat) | | OAuth Debugger | Guided MCP OAuth conformance checks: protocol versions 03-26, 06-18, 11-25; DCR, client pre-registration, CIMD. [Read more](/inspector/guided-oauth) | | MCP Server Debugging | Manually run tools, resources, templates, and elicitation; full JSON-RPC logs. | | Skills | Skills in Chat and App Builder; local filesystem only. [Read more](/inspector/skills) | diff --git a/docs/inspector/launch-from-code.mdx b/docs/inspector/launch-from-code.mdx index 0ee8dc2a6..6dbff55fa 100644 --- a/docs/inspector/launch-from-code.mdx +++ b/docs/inspector/launch-from-code.mdx @@ -81,7 +81,7 @@ await inspector.stop(); | `server.url` | `string` | - | HTTP URL of the MCP server | | `server.headers` | `Record` | - | Custom headers to send with requests | | `server.useOAuth` | `boolean` | `false` | Trigger OAuth flow on connect | -| `defaultTab` | `string` | - | Initial tab: `"servers"`, `"tools"`, `"resources"`, `"prompts"`, `"chat"`, `"app-builder"` | +| `defaultTab` | `string` | - | Initial tab: `"servers"`, `"tools"`, `"resources"`, `"prompts"`, `"playground"`, `"app-builder"` | ### InspectorInstance diff --git a/docs/inspector/skills.mdx b/docs/inspector/skills.mdx index 1f55c8ea7..cf369ab10 100644 --- a/docs/inspector/skills.mdx +++ b/docs/inspector/skills.mdx @@ -10,7 +10,7 @@ icon: "square-slash" 1. **Navigate to the Skills tab** in MCPJam Inspector to discover and manage skills 2. **Load skills** — MCPJam automatically discovers skills from [supported directories](#skill-directories). You can also upload skills directly through the Skills tab, or run `npx skills` to install them -3. **Use skills in the Chat tab or App Builder** — the LLM discovers them automatically, or you can inject them with the `/` command +3. **Use skills in the Playground** — the LLM discovers them automatically, or you can inject them with the `/` command