Documentation
¶
Overview ¶
Package mcp exposes runeward's governed tools over the Model Context Protocol, going through the same policy/guardrails/audit path as the REST API. A policy deny surfaces as a tool error; require-approval returns guidance telling the agent to pause for a human rather than retry.
Index ¶
Constants ¶
View Source
const ( // EnvMCPDefaultPrincipal names the stdio principal to use when no HTTP // request context exists. EnvMCPDefaultPrincipal = "RUNEWARD_MCP_DEFAULT_PRINCIPAL" // EnvMCPDefaultToken maps stdio sessions to an authz principal when // RUNEWARD_AUTHZ_FILE is configured. EnvMCPDefaultToken = "RUNEWARD_MCP_DEFAULT_TOKEN" )
View Source
const Version = "0.1.0"
Version is the reported MCP server implementation version.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.