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
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,11 @@ public class McpClientCommonProperties {

/**
* The name of the MCP client instance.
* <p>
* This name is reported to clients and used for compatibility checks.
*/
private String name = "spring-ai-mcp-client";

/**
* The version of the MCP client instance.
* <p>
* This version is reported to clients and used for compatibility checks.
*/
private String version = "1.0.0";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public class McpServerProperties {

/**
* The version of the MCP server instance.
* <p>
* This version is reported to clients and used for compatibility checks.
*/
private String version = "1.0.0";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The common properties are prefixed with `spring.ai.mcp.client`:
|`true`

|`name`
|Name of the MCP client instance (used for compatibility checks)
|Name of the MCP client instance
|`spring-ai-mcp-client`

|`version`
Expand Down