File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
server/src/main/java/io/helidon/extensions/mcp/server Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616package 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 */
2121public 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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments