Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent-client-protocol-schema/src/v1/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl InitializeResponse {
}

/// Metadata about the implementation of the client or agent.
/// Describes the name and version of an MCP implementation, with an optional
/// Describes the name and version of an ACP implementation, with an optional
/// title for UI representation.
#[skip_serializing_none]
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]
Expand Down
2 changes: 1 addition & 1 deletion agent-client-protocol-schema/src/v2/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl InitializeResponse {
}

/// Metadata about the implementation of the client or agent.
/// Describes the name and version of an MCP implementation, with an optional
/// Describes the name and version of an ACP implementation, with an optional
/// title for UI representation.
#[skip_serializing_none]
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/v1/draft/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4597,7 +4597,7 @@ See protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/v1/d
## <span class="font-mono">Implementation</span>

Metadata about the implementation of the client or agent.
Describes the name and version of an MCP implementation, with an optional
Describes the name and version of an ACP implementation, with an optional
title for UI representation.

**Type:** Object
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/v1/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ See protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/v1/e
## <span class="font-mono">Implementation</span>

Metadata about the implementation of the client or agent.
Describes the name and version of an MCP implementation, with an optional
Describes the name and version of an ACP implementation, with an optional
title for UI representation.

**Type:** Object
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/v2/draft/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ See protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/v2/d
## <span class="font-mono">Implementation</span>

Metadata about the implementation of the client or agent.
Describes the name and version of an MCP implementation, with an optional
Describes the name and version of an ACP implementation, with an optional
title for UI representation.

**Type:** Object
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/v2/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ See protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/v2/e
## <span class="font-mono">Implementation</span>

Metadata about the implementation of the client or agent.
Describes the name and version of an MCP implementation, with an optional
Describes the name and version of an ACP implementation, with an optional
title for UI representation.

**Type:** Object
Expand Down
2 changes: 1 addition & 1 deletion schema/v1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@
"type": "string"
},
"Implementation": {
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an MCP implementation, with an optional\ntitle for UI representation.",
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an ACP implementation, with an optional\ntitle for UI representation.",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 1 addition & 1 deletion schema/v1/schema.unstable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@
"required": ["id", "name"]
},
"Implementation": {
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an MCP implementation, with an optional\ntitle for UI representation.",
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an ACP implementation, with an optional\ntitle for UI representation.",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 1 addition & 1 deletion schema/v2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@
"required": ["id", "name"]
},
"Implementation": {
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an MCP implementation, with an optional\ntitle for UI representation.",
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an ACP implementation, with an optional\ntitle for UI representation.",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 1 addition & 1 deletion schema/v2/schema.unstable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3694,7 +3694,7 @@
"required": ["id", "name"]
},
"Implementation": {
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an MCP implementation, with an optional\ntitle for UI representation.",
"description": "Metadata about the implementation of the client or agent.\nDescribes the name and version of an ACP implementation, with an optional\ntitle for UI representation.",
"type": "object",
"properties": {
"name": {
Expand Down