Question 149
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Developer Productivity Tools - The team wants a shared GitHub MCP server available to everyone who clones the repo, but the access token must never be committed to version control. How should this be configured?
- AAdd the server to `~/.claude.json` on each developer's machine with the token hard-coded.
- BAdd the server to the project `.mcp.json` and reference the token via an environment variable like `${GITHUB_TOKEN}`.
- CPaste the raw token directly into `.mcp.json` and commit it.
- DPut the server config and token in the root CLAUDE.md so the team can see it.