Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ APM has no secret store. The contract is:
hold *references* (e.g. `GITHUB_TOKEN: ${GITHUB_TOKEN}`) that the
harness resolves at agent runtime, not literal secrets. Source:
`src/apm_cli/install/mcp/entry.py`,
`src/apm_cli/integration/mcp_integrator.py:205,219-221`.
`src/apm_cli/integration/mcp_integrator_install.py` (orchestration) and
`src/apm_cli/integration/mcp_integrator.py` (runtime wiring).
- **`apm install` writes `apm_modules/` to `.gitignore` automatically**
on first install. Source:
`src/apm_cli/commands/_helpers.py:437` (`_update_gitignore_for_apm_modules`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ is trusted only when your package is a **direct** dependency of the
consumer. If your package is pulled in transitively, APM warns and
**skips** the MCP entry unless the consumer passes
`--trust-transitive-mcp`. Source:
`src/apm_cli/integration/mcp_integrator.py:124-145`.
`src/apm_cli/integration/mcp_integrator_install.py` and
`src/apm_cli/integration/mcp_integrator.py`.

Implications for producers:

Expand Down
Loading