Uses of Interface
com.soklet.McpSessionStore
Packages that use McpSessionStore
-
Uses of McpSessionStore in com.soklet
Methods in com.soklet that return McpSessionStoreModifier and TypeMethodDescriptionstatic @NonNull McpSessionStoreMcpSessionStore.fromInMemory()Acquires the default in-memory session store using Soklet's default idle timeout.static @NonNull McpSessionStoreMcpSessionStore.fromInMemory(@NonNull Duration idleTimeout) Acquires the default in-memory session store using a caller-supplied idle timeout.McpServer.getSessionStore()Provides the session store.Methods in com.soklet with parameters of type McpSessionStoreModifier and TypeMethodDescriptionMcpServer.Builder.sessionStore(@Nullable McpSessionStore sessionStore) Sets the session store.