id: task-304 title: Update MCP integration documentation and CLI client commands status: Done assignee:
- '@codex' created_date: '2025-10-20 19:10' updated_date: '2025-10-20 19:11' labels: [] dependencies: []
Description
Clarify how backlog init configures MCP client integrations and adjust the CLI automation so generated commands match the latest client expectations. Remove leftover code related to interactive mode guidance while keeping existing workflows intact.
Acceptance Criteria
- [x] #1 README MCP section explains that rerunning
backlog initconfigures MCP automatically and includes a direct link to agent instructions for manual setup. - [x] #2
backlog initgenerates the correct commands for Claude (-s user), Codex (server name positioned before client command), and Gemini (server argument order matches other clients). - [x] #3 Unused
_needsInteractiveIntegrationflag removed without breaking existing initialization flows.
Implementation Plan
- Review README MCP guidance to align with automated init behavior.
- Document manual MCP setup reminder and link to agent instructions.
- Update CLI MCP client commands (Claude/Codex/Gemini) and remove unused integration flag.
Implementation Notes
Changes applied on current branch touching README.md and src/cli.ts. No automated tests or linting were run yet.