Skip to content

v0.6.0

Choose a tag to compare

@nicobailon nicobailon released this 02 Feb 07:16
· 364 commits to main since this release

Added

  • MCP direct tools for subagents - Agents can request specific MCP tools as first-class tools via mcp: prefix in frontmatter: tools: read, bash, mcp:chrome-devtools or tools: read, bash, mcp:github/search_repositories. Requires pi-mcp-adapter.
  • MCP_DIRECT_TOOLS env var - Subagent processes receive their direct tool config via environment variable. Agents without mcp: items get a __none__ sentinel to prevent config leaking from the parent process.