Skip to content

Commit 5882b3d

Browse files
committed
fixes typos
1 parent 3681108 commit 5882b3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/src/main/java/io/helidon/extensions/mcp/server/McpRootException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
package io.helidon.extensions.mcp.server;
1717

1818
/**
19-
* MCP root exception thrown during a root list request to the client.
19+
* MCP root exception thrown when processing root feature.
2020
*/
2121
public class McpRootException extends RuntimeException {
2222
/**
23-
* Creates a new MCP sampling exception with specified details message.
23+
* Creates a new MCP root exception with specified details message.
2424
*
2525
* @param message message exception
2626
*/
@@ -29,7 +29,7 @@ public McpRootException(String message) {
2929
}
3030

3131
/**
32-
* Creates a new MCP sampling exception with specified details message and its cause.
32+
* Creates a new MCP root exception with specified details message and its cause.
3333
*
3434
* @param message message exception
3535
* @param cause cause exception

server/src/main/java/io/helidon/extensions/mcp/server/McpServerConfigBlueprint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ interface McpServerConfigBlueprint extends Prototype.Factory<McpServerFeature> {
169169
/**
170170
* Roots list request timeout. Default is five seconds.
171171
*
172-
* @return root list timeout
172+
* @return roots list timeout
173173
*/
174174
@Option.Configured
175175
@Option.Default("PT5S")

0 commit comments

Comments
 (0)