Package-level declarations

Types

Link copied to clipboard
abstract class AbstractMcpServerConfiguration(applicationContext: <Error class: unknown class>)

Abstract base configuration for MCP server modes (sync/async).

Link copied to clipboard

Strategy interface for managing MCP server functionality.

Link copied to clipboard

Tag interface extending Spring AI ToolCallbackProvider that identifies tool callbacks that our MCP server exposes. Will only export tools with Export(remote = true) defined.

Link copied to clipboard

Factory for creating ServerInfo instances.

Link copied to clipboard
interface ToolRegistry

Registry interface for managing tools in the MCP server.

Link copied to clipboard
class UnifiedBannerTool(serverInfo: ServerInfo)

Unified banner tool for displaying server information.