Question 83
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: Tool Design and MCP Integration - A team wants a shared GitHub MCP server available to everyone who clones the repo, with the token kept out of version control. How should this be configured?
- AAdd the server to project `.mcp.json` and reference the token via an environment variable like `${GITHUB_TOKEN}`.
- BAdd the server to `~/.claude.json` with the token hard-coded.
- CPaste the raw token directly into `.mcp.json` and commit it.
- DPut the server config in the root CLAUDE.md so the team sees it.