Summary

ZeroClaw PR #8508 adds an agent-loop surface for MCP resources-as-context, resource pinning, and named-prompt rendering. The change deepens MCP integration in the runtime rather than treating MCP as only a tool-calling layer.

What changed

ZeroClaw merged MCP Resource and Prompt API support into its agent loop, including resources-as-context, pinning, and named-prompt rendering.

Why it matters

MCP is becoming a broader context and workflow protocol, not just an external-tool connector. Runtime support for resources and prompts makes agent integrations more composable and easier to reuse.

Evidence excerpt

PR #8508 adds the agent-loop surface for MCP resources-as-context, pinning, and named-prompt rendering.

Sources