feat: add adapter read-only MCP boundary
This commit is contained in:
parent
1943c36ef3
commit
f1e31487c0
17 changed files with 209 additions and 45 deletions
|
|
@ -126,6 +126,8 @@ class ProjectService(Protocol):
|
|||
|
||||
def load(self) -> ProjectSnapshot: ...
|
||||
|
||||
def canonical_source_paths(self) -> tuple[Path, ...]: ...
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ContextEntry:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue