| Interface | Description |
|---|---|
| IMcpServer |
核心服务端接口(无反射):你的 McpHandler 在协议各阶段直接调用这些方法。 开发者实现本接口即可对接 MCP 协议: initialize ->
初始化握手 notificationsInitialized -> 客户端确认可接收事件 listTools -> 列出工具 callTool ->
调用工具 shutdown -> (可选)优雅关闭 sessionClosed -> (可选)会话结束清理
|
| Class | Description |
|---|---|
| McpToolRegistry |
MCP工具注册中心
|
| PropertyBuilder |
属性构建器
|
| RegisteredTool |
已注册的工具
|
| ToolBuilder |
工具构建器
|
Copyright © 2026. All rights reserved.