Class McpServerCommandBase

All Implemented Interfaces:
Callable<Integer>, McpAsyncServerProvider, Closeable
Direct Known Subclasses:
McpServerCommand

Base class for MCP server commands. This class does nothing - you'd need to override one or more of getResourceSpecifications(), getToolSpecifications(), or getPromptSpecifications() methods to provide server capabilities.