Documentation
¶
Index ¶
Constants ¶
View Source
const GlobalScope = ""
GlobalScope is used for YAML-level refs (apiKeyRef, botTokenRef, telemetry keys). Integration tools pass a non-empty scope (MCP server name, openapi.<api>, etc.).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store resolves secret refs. When scope is GlobalScope, plugins use the global lookup chain (context override, config env, encrypted file, dotenv, process env). When scope is non-empty, integrations require each env: ref to be declared under that scope in the integration manifest (mcp.json / api.json).
Click to show internal directories.
Click to hide internal directories.