Back to Agent Client Protocol

Card snapshot

zed-685ed6d6.main-kill-isr.mintlify.me · 2026-05-28 02:53:35 UTC · 17879eb83249f74bf8be61771190d635e0321dfc8efee7c99994165ee853a357

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "0.2.0",
  "name": "Agent Client Protocol",
  "description": "The Agent Client Protocol (ACP) is a protocol that standardizes communication between code editors.",
  "url": "https://zed-685ed6d6.main-kill-isr.mintlify.me/",
  "version": "1.0.0",
  "documentationUrl": "https://zed-685ed6d6.main-kill-isr.mintlify.me/",
  "capabilities": {
    "streaming": false
  },
  "skills": [
    {
      "id": "acp",
      "name": "Acp",
      "description": "Use when building agents that integrate with code editors, implementing clients that connect to agents, or designing bidirectional communication between coding tools. Reach for this skill when working with JSON-RPC message protocols, session management, tool execution workflows, or MCP server integration.",
      "tags": [],
      "url": "https://zed-685ed6d6.main-kill-isr.mintlify.me/.well-known/agent-skills/acp/skill.md"
    }
  ]
}