Interface IMcpServer
- All Known Implementing Classes:
McpServer
public interface IMcpServer
MCP server interface. Defines all the MCP protocol methods the server supports.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexit()initialize(McpInitializeParams params) voidresourcesList(Object params) resourcesRead(ResourceReadParams params) shutdown()toolsCall(ToolCallParams params)
-
Method Details
-
initialize
-
initialized
void initialized() -
shutdown
CompletableFuture<Object> shutdown() -
exit
void exit() -
toolsList
-
toolsCall
-
resourcesList
-
resourcesRead
-