Uses of Interface
com.soklet.McpServer
Packages that use McpServer
-
Uses of McpServer in com.soklet
Methods in com.soklet that return McpServerModifier and TypeMethodDescriptionMcpServer.Builder.build()Builds the MCP server.Creates a default MCP server bound to the given port.Methods in com.soklet that return types with arguments of type McpServerModifier and TypeMethodDescriptionSokletConfig.getMcpServer()The MCP server managed by Soklet, if configured.Methods in com.soklet with parameters of type McpServerModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didFailToStartMcpServer(@NonNull McpServer mcpServer, @NonNull Throwable throwable) Called after anMcpServerinstance was asked to start, but failed due to an exception.default voidLifecycleObserver.didFailToStopMcpServer(@NonNull McpServer mcpServer, @NonNull Throwable throwable) Called after anMcpServerinstance was asked to stop, but failed due to an exception.default voidLifecycleObserver.didStartMcpServer(@NonNull McpServer mcpServer) Called after the MCP server starts.default voidLifecycleObserver.didStopMcpServer(@NonNull McpServer mcpServer) Called after the MCP server stops.default voidLifecycleObserver.willStartMcpServer(@NonNull McpServer mcpServer) Called before the MCP server starts.default voidLifecycleObserver.willStopMcpServer(@NonNull McpServer mcpServer) Called before the MCP server stops.static @NonNull SokletConfig.BuilderSokletConfig.withMcpServer(@NonNull McpServer mcpServer) Vends a configuration builder, primed with the givenMcpServer.