ExperimentalOptionalpromptPrompt capabilities supported by the agent in session/prompt requests.
Optional. Omitted or null both mean the agent does not advertise any
prompt extensions beyond the baseline text and resource-link content
required by session/prompt.
OptionalmcpMCP capabilities supported by the agent for session lifecycle requests.
Optional. Omitted or null both mean the agent does not advertise MCP
server transport support for sessions.
OptionaldeleteWhether the agent supports session/delete.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports deleting sessions from session/list.
OptionaladditionalWhether the agent supports additionalDirectories on supported session lifecycle requests.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports additionalDirectories on
supported session lifecycle requests.
Agents may return SessionInfo.additionalDirectories to report the
complete ordered additional-root list associated with a listed session.
Optional ExperimentalforkUNSTABLE
This capability is not part of the spec yet, and may be removed or changed at any point.
Whether the agent supports session/fork.
Optional. Omitted or null both mean the agent does not advertise support.
Supplying {} means the agent supports forking sessions.
Optional_The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.
See protocol docs: Extensibility
Session capabilities supported by the agent.
Supplying
{}means the agent supports the baseline session methods:session/new,session/list,session/resume,session/close,session/prompt,session/cancel, andsession/update.Agents that support sessions MAY support additional session methods, prompt content types, and MCP transports by specifying additional capabilities.
See protocol docs: Session Capabilities