Skip to content

GH-4010 Fixed the documentation and comments for MCP Client and MCP Server. #4011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
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