Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addBodyHandler(Handler<RoutingContext>) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpServerRecorder
- afterInitialize(StreamableHttpMcpMessageHandler.HttpMcpRequest) - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
C
- callTool(String, JsonObject, String, boolean) - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- completePrompt(String, String, String, String, boolean) - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- completeResourceTemplate(String, String, String, String, boolean) - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- createMcpEndpointHandler(String) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpServerRecorder
- createMessagesEndpointHandler(String) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpServerRecorder
- createSseEndpointHandler(String, String) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpServerRecorder
G
- getPrompt(String, JsonObject, String, boolean) - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getPromptCompletionsData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getPromptsData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getResourcesData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getResourceTemplateCompletionsData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getResourceTemplatesData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- getToolsData() - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
H
- handle(RoutingContext) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpMessageHandler
- handle(RoutingContext) - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
I
- includeQueryParams() - Method in interface io.quarkiverse.mcp.server.sse.runtime.config.McpSseServerBuildTimeConfig.Sse.MessageEndpoint
-
If set to true then the query params from the initial HTTP request should be included in the message endpoint.
- initializeFailed(StreamableHttpMcpMessageHandler.HttpMcpRequest) - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
- io.quarkiverse.mcp.server.sse.runtime - package io.quarkiverse.mcp.server.sse.runtime
- io.quarkiverse.mcp.server.sse.runtime.config - package io.quarkiverse.mcp.server.sse.runtime.config
- io.quarkiverse.mcp.server.sse.runtime.devui - package io.quarkiverse.mcp.server.sse.runtime.devui
J
- jsonrpcValidationFailed(StreamableHttpMcpMessageHandler.HttpMcpRequest) - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
M
- MCP_SESSION_ID_HEADER - Static variable in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
- McpSseServerBuildTimeConfig - Interface in io.quarkiverse.mcp.server.sse.runtime.config
- McpSseServerBuildTimeConfig.Sse - Interface in io.quarkiverse.mcp.server.sse.runtime.config
- McpSseServerBuildTimeConfig.Sse.MessageEndpoint - Interface in io.quarkiverse.mcp.server.sse.runtime.config
- McpSseServersBuildTimeConfig - Interface in io.quarkiverse.mcp.server.sse.runtime.config
- messageEndpoint() - Method in interface io.quarkiverse.mcp.server.sse.runtime.config.McpSseServerBuildTimeConfig.Sse
-
The SSE endpoint (as defined in the specification `2024-11-05`) sends a message endpoint as the first event to the client.
R
- readResource(String, String, String, boolean) - Method in class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- rootPath() - Method in interface io.quarkiverse.mcp.server.sse.runtime.config.McpSseServerBuildTimeConfig.Sse
-
The MCP endpoint (as defined in the specification `2025-03-26`) is exposed at `\{rootPath}`.
S
- send(JsonObject) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpConnection
- sendEvent(String, String) - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpConnection
- servers() - Method in interface io.quarkiverse.mcp.server.sse.runtime.config.McpSseServersBuildTimeConfig
-
SSE server configurations.
- sse() - Method in interface io.quarkiverse.mcp.server.sse.runtime.config.McpSseServerBuildTimeConfig
-
HTTP/SSE configuration.
- SseMcpConnection - Class in io.quarkiverse.mcp.server.sse.runtime
- SseMcpJsonRPCService - Class in io.quarkiverse.mcp.server.sse.runtime.devui
- SseMcpJsonRPCService(ToolManager, PromptManager, ResourceManager, ResourceTemplateManager, PromptCompletionManager, ResourceTemplateCompletionManager, String, int, String, McpSseServersBuildTimeConfig) - Constructor for class io.quarkiverse.mcp.server.sse.runtime.devui.SseMcpJsonRPCService
- SseMcpMessageHandler - Class in io.quarkiverse.mcp.server.sse.runtime
- SseMcpMessageHandler(McpServersRuntimeConfig, ConnectionManager, PromptManagerImpl, ToolManagerImpl, ResourceManagerImpl, PromptCompletionManagerImpl, ResourceTemplateManagerImpl, ResourceTemplateCompletionManagerImpl, NotificationManagerImpl, ResponseHandlers, List<InitialCheck>, CurrentVertxRequest, Instance<CurrentIdentityAssociation>, McpMetadata, Vertx) - Constructor for class io.quarkiverse.mcp.server.sse.runtime.SseMcpMessageHandler
- SseMcpServerRecorder - Class in io.quarkiverse.mcp.server.sse.runtime
- SseMcpServerRecorder(McpServersRuntimeConfig, McpSseServersBuildTimeConfig) - Constructor for class io.quarkiverse.mcp.server.sse.runtime.SseMcpServerRecorder
- StreamableHttpMcpMessageHandler - Class in io.quarkiverse.mcp.server.sse.runtime
T
- terminateSession(RoutingContext) - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
- transport() - Method in class io.quarkiverse.mcp.server.sse.runtime.SseMcpMessageHandler
- transport() - Method in class io.quarkiverse.mcp.server.sse.runtime.StreamableHttpMcpMessageHandler
All Classes and Interfaces|All Packages|Constant Field Values