Question 146
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 - You want to try an experimental MCP server on your own machine while you evaluate it. It should not be shared with the team or committed to the repository. Where should this server be configured?
- AIn your user-level `~/.claude.json`, which is personal and not shared via version control.
- BIn the project's `.mcp.json`, which is committed and shared with everyone.
- CIn the root `CLAUDE.md` so it loads on every turn.
- DIn a `.claude/config.json` file at the repo root.