FastestMCP.Providers.ApplicationSessions (fastest_mcp v0.3.0)

Copy Markdown View Source

Optional tools for creating and terminating application sessions.

The provider is never mounted automatically. Add it explicitly when a model or application client should be able to manage explicit session handles:

server
|> FastestMCP.add_provider(FastestMCP.Providers.ApplicationSessions.new())

Summary

Functions

Builds a local provider containing create and terminate tools.

Functions

new(opts \\ [])

Builds a local provider containing create and terminate tools.