接口 ConfigurableMcpServer

所有已知实现类:
AbstractConfigurableMcpServer, ConfigurableMcpSseServer, ConfigurableMcpStdioServer, ConfigurableMcpStreamableServer

public interface ConfigurableMcpServer
This interface represents a configurable MCP (Model Context Protocol) server.

A configurable MCP server can use the YAMLConfigurationLoader to load its configuration from a YAML file.

作者:
codeboyzhou
  • 方法概要

    修饰符和类型
    方法
    说明
    io.modelcontextprotocol.server.McpServer.SyncSpecification<?>
    Returns the sync specification for the MCP server.
  • 方法详细资料

    • sync

      io.modelcontextprotocol.server.McpServer.SyncSpecification<?> sync()
      Returns the sync specification for the MCP server.
      返回:
      the sync specification for the MCP server