接口 McpServerComponentFactory<T>

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

public interface McpServerComponentFactory<T>
  • 方法概要

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

    • create

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

      void registerTo(io.modelcontextprotocol.server.McpAsyncServer server)