Interface McpHttpServerBuildTimeConfig.Http.MessageEndpoint
- Enclosing interface:
- McpHttpServerBuildTimeConfig.Http
public static interface McpHttpServerBuildTimeConfig.Http.MessageEndpoint
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true then the query params from the initial HTTP request should be included in the message endpoint.
-
Method Details
-
includeQueryParams
@WithDefault("false") boolean includeQueryParams()If set to true then the query params from the initial HTTP request should be included in the message endpoint.
-