@debugbundle/mcp 1.8.2 → 1.9.0

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 (4) hide show
  1. package/README.md +10 -0
  2. package/dist/main.cjs +14314 -14282
  3. package/package.json +1 -1
  4. package/server.json +2 -2
package/README.md CHANGED
@@ -41,6 +41,8 @@ Use `npx -y @debugbundle/mcp` in clients that require noninteractive package exe
41
41
  | Generic local MCP client | `npx @debugbundle/mcp` | stdio transport |
42
42
  | Claude Desktop local MCP | local MCP server config | uses local machine auth/config |
43
43
  | Claude Code plugin | `/plugin marketplace add debugbundle/debugbundle` | installs bundled MCP config and DebugBundle skill |
44
+ | Codex developer plugin | `codex plugin add debugbundle-codex@debugbundle` | repository marketplace; local MCP and workflow skill |
45
+ | Codex direct MCP | `codex mcp add debugbundle -- npx -y @debugbundle/mcp@1.9.0 --local-auth` | app, CLI, and IDE on the same host |
44
46
  | Cursor | MCP config with `npx @debugbundle/mcp` | stdio transport |
45
47
  | VS Code / GitHub MCP Registry | `com.debugbundle/mcp` | official registry metadata |
46
48
  | OpenClaw / ClawHub | DebugBundle skill plus MCP config | use the published skill for workflow guidance |
@@ -49,6 +51,14 @@ Use `npx -y @debugbundle/mcp` in clients that require noninteractive package exe
49
51
 
50
52
  This package is the supported public local stdio path. A separate OpenAI Plugin `1.0.0` source candidate targets an OAuth-protected read-only remote endpoint at `https://mcp.debugbundle.com/mcp`; it is not deployed, submitted, published, or publicly installable yet and does not alter this package's catalog or authentication.
51
53
 
54
+ ## Local authentication profile
55
+
56
+ MCP 1.9.0 adds `npx @debugbundle/mcp --local-auth`. This opt-in profile removes `bearerToken` from tool schemas, rejects per-call credentials and unknown fields, and uses only the server's startup CLI/environment member authentication. Hosted tools that require a member token fail with `mcp_tool_error:auth_state_missing` before an API request when auth is absent; run `debugbundle login` on that host or configure the server environment and restart the connection. Local-only retrieval remains available without a token. The default invocation preserves the legacy schemas and explicit per-tool token precedence.
57
+
58
+ ## Codex
59
+
60
+ Codex can use the existing stdio server independently of the hosted OpenAI plugin. See the [Codex developer package](../../plugins/debugbundle-codex/README.md) and [Codex setup guide](https://debugbundle.com/docs/mcp/codex/) for the repository marketplace, direct configuration, authentication, verification, and removal. The repository plugin must be released on the default branch before GitHub installation works; local checkout installation is available for candidate validation.
61
+
52
62
  ## Claude Desktop
53
63
 
54
64
  In Claude Desktop, open Settings > Developer, edit the local MCP config, and add: