Skip to content

Commit 342db53

Browse files
committed
Fix formatting
Signed-off-by: Christian Tzolov <[email protected]>
1 parent 819130d commit 342db53

File tree

1 file changed

+7
-14
lines changed
  • spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/mcp/server

1 file changed

+7
-14
lines changed

spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/mcp/server/McpServerProperties.java

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
/**
2323
* Configuration properties for the Model Context Protocol (MCP) server.
2424
* <p>
25-
* These properties control the behavior and configuration of the MCP server,
26-
* including:
25+
* These properties control the behavior and configuration of the MCP server, including:
2726
* <ul>
2827
* <li>Server identification (name and version)</li>
2928
* <li>Transport type (STDIO, WEBMVC, or WEBFLUX)</li>
@@ -45,8 +44,7 @@ public class McpServerProperties {
4544
/**
4645
* Enable/disable the MCP server.
4746
* <p>
48-
* When set to false, the MCP server and all its components will not be
49-
* initialized.
47+
* When set to false, the MCP server and all its components will not be initialized.
5048
*/
5149
private boolean enabled = false;
5250

@@ -65,19 +63,16 @@ public class McpServerProperties {
6563
private String version = "1.0.0";
6664

6765
/**
68-
* Enable/disable notifications for resource changes. Only relevant for MCP
69-
* servers
66+
* Enable/disable notifications for resource changes. Only relevant for MCP servers
7067
* with resource capabilities.
7168
* <p>
72-
* When enabled, the server will notify clients when resources are added,
73-
* updated, or
69+
* When enabled, the server will notify clients when resources are added, updated, or
7470
* removed.
7571
*/
7672
private boolean resourceChangeNotification = true;
7773

7874
/**
79-
* Enable/disable notifications for tool changes. Only relevant for MCP servers
80-
* with
75+
* Enable/disable notifications for tool changes. Only relevant for MCP servers with
8176
* tool capabilities.
8277
* <p>
8378
* When enabled, the server will notify clients when tools are registered or
@@ -86,12 +81,10 @@ public class McpServerProperties {
8681
private boolean toolChangeNotification = true;
8782

8883
/**
89-
* Enable/disable notifications for prompt changes. Only relevant for MCP
90-
* servers with
84+
* Enable/disable notifications for prompt changes. Only relevant for MCP servers with
9185
* prompt capabilities.
9286
* <p>
93-
* When enabled, the server will notify clients when prompt templates are
94-
* modified.
87+
* When enabled, the server will notify clients when prompt templates are modified.
9588
*/
9689
private boolean promptChangeNotification = true;
9790

0 commit comments

Comments
 (0)