fix: configure Doable MCP during plugin install - #19
Merged
Conversation
alphali
force-pushed
the
codex/bundle-doable-mcp-on-install
branch
from
September 7, 2026 15:13
27c8351 to
14377e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A first-time coding-agent user could paste a Code Context prompt but still had to configure the Doable MCP separately. The plugin now declares the official hosted MCP endpoint for Codex, Claude Code, and Cursor. Cursor requires
DOABLE_API_KEYduring installation; Codex and Claude Code resolve the same variable from their launch environment.The original DQ can resume after the host loads the plugin. Installation approval, and credential entry or environment setup when required by the host, remain host-owned security steps.
Host configuration
bearer_token_env_varMCP configuration and changes marketplace authentication fromON_USEtoON_INSTALL..mcp.jsonand resolvesDOABLE_API_KEYfrom its launch environment..mcp.jsonand collectsDOABLE_API_KEYthrough its required installation variable.Privacy and compatibility
The package contains only credential-variable references; it does not contain, read, or persist any credential value. Every MCP declaration points only to
https://mcp.getdoable.ai/mcp. Version is bumped to 0.2.5 across host manifests.Verification
npm test— release verification and 2 helper tests passedvalidate_plugin.pypassedCODEX_HOMEloaded v0.2.5 and reporteddoablewithbearer_token_env_var: DOABLE_API_KEYandauth_status: bearer_tokengit diff --check.doable/state includedA true clean install from the public GitHub
mainbranch and a live DQ requires this package version to be merged. Claude Code is not installed on this test machine, so its live host reload remains an explicit post-merge test gap.