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
|
|
@ -227,6 +227,11 @@ class AdapterProject:
|
|||
revision=projection.revision,
|
||||
)
|
||||
|
||||
def canonical_source_paths(self) -> tuple[Path, ...]:
|
||||
"""Adapters validate their own source sets before producing a projection."""
|
||||
|
||||
return ()
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ShadowArtifact:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue