接口 McpServerComponentFactory<T>

所有已知实现类:
AbstractMcpServerComponentFactory, McpServerPromptFactory, McpServerResourceFactory, McpServerToolFactory

public interface McpServerComponentFactory<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    create(Class<?> clazz, Method method)
     
    void
    register(io.modelcontextprotocol.server.McpSyncServer server)
     
  • 方法详细资料

    • create

      T create(Class<?> clazz, Method method)
    • register

      void register(io.modelcontextprotocol.server.McpSyncServer server)