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
@@ -1,8 +1,13 @@
# ADR 0007: Filesystem MCP Bounded Context Grants
# ADR 0008: Filesystem MCP Bounded Context Grants

## Status

Accepted
Accepted. The bounded read-only filesystem grant defined here becomes one branch
of the unified MCP admission contract in ADR
[0009](0009-mcp-admission-contract.md) (EPIC #172): filesystem
read/list/search map to the `bounded_read_only` capability class and the
`bounded_context_required` / `bounded_context_approved` admission modes, and
`filesystem.project.write` is classified `planning_only` (warn, never block).

## Context

Expand Down
Loading