所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.github.codeboyzhou.mcp.declarative.listener.DefaultMcpSyncHttpServerStatusListener (implements com.github.codeboyzhou.mcp.declarative.listener.McpHttpServerStatusListener<T>)
- com.github.codeboyzhou.mcp.declarative.server.McpHttpServer<T>
- com.github.codeboyzhou.mcp.declarative.server.McpServerComponentRegisters
- com.github.codeboyzhou.mcp.declarative.server.McpServerInfo
- com.github.codeboyzhou.mcp.declarative.server.McpSseServerInfo
- com.github.codeboyzhou.mcp.declarative.server.McpServerInfo.Builder<T>
- com.github.codeboyzhou.mcp.declarative.server.McpSseServerInfo.Builder
- com.github.codeboyzhou.mcp.declarative.McpServers
- com.github.codeboyzhou.mcp.declarative.server.McpSyncServerFactory (implements com.github.codeboyzhou.mcp.declarative.server.McpServerFactory<T>)
- com.github.codeboyzhou.mcp.declarative.server.McpSyncServerResourceRegister (implements com.github.codeboyzhou.mcp.declarative.server.McpServerComponentRegister<T,
R>) - com.github.codeboyzhou.mcp.declarative.server.McpSyncServerToolRegister (implements com.github.codeboyzhou.mcp.declarative.server.McpServerComponentRegister<T,
R>) - com.github.codeboyzhou.mcp.declarative.util.ReflectionHelper
接口分层结构
- com.github.codeboyzhou.mcp.declarative.listener.McpHttpServerStatusListener<T>
- com.github.codeboyzhou.mcp.declarative.server.McpServerComponentRegister<T,
R> - com.github.codeboyzhou.mcp.declarative.server.McpServerFactory<T>
Annotation Interface Hierarchy
- com.github.codeboyzhou.mcp.declarative.annotation.McpComponentScan (implements java.lang.annotation.Annotation)
- com.github.codeboyzhou.mcp.declarative.annotation.McpResource (implements java.lang.annotation.Annotation)
- com.github.codeboyzhou.mcp.declarative.annotation.McpResources (implements java.lang.annotation.Annotation)
- com.github.codeboyzhou.mcp.declarative.annotation.McpTool (implements java.lang.annotation.Annotation)
- com.github.codeboyzhou.mcp.declarative.annotation.McpToolParam (implements java.lang.annotation.Annotation)
- com.github.codeboyzhou.mcp.declarative.annotation.McpTools (implements java.lang.annotation.Annotation)