Interface ConfigurableMcpServer
- All Known Implementing Classes:
AbstractConfigurableMcpServer,ConfigurableMcpSseServer,ConfigurableMcpStdioServer,ConfigurableMcpStreamableServer,HttpBasedConfigurableMcpServer
public interface ConfigurableMcpServer
This interface represents a configurable MCP (Model Context Protocol) server.
A configurable MCP server can use the McpConfigurationLoader to load its configuration
from a YAML file.
- Author:
- codeboyzhou
-
Method Summary
Modifier and TypeMethodDescriptionio.modelcontextprotocol.server.McpServer.SyncSpecification<?>sync()Returns the sync specification for the MCP server.
-
Method Details
-
sync
io.modelcontextprotocol.server.McpServer.SyncSpecification<?> sync()Returns the sync specification for the MCP server.- Returns:
- the sync specification for the MCP server
-