Expand description
AgentScope — the capability that bounds an MCP session (spec §3.2, I13).
Scope is enforced first: a coordinate outside the session’s scope is unaddressable — it does not exist for that channel — rather than being resolved and then denied. This is defense in depth: even a hijacked agent cannot reach what the scope excludes, because the relevant secrets are never surfaced to it (I13).
The scope is defined on operation axes and a project/environment filter, never on environment alone (a blunt “no prod for Claude” would break legitimate diagnose/deploy flows — §3.2).
Structs§
- Agent
Scope - The bounded capability a session operates under (§3.2).