Versions in this module Expand all Collapse all v1 v1.5.0 Jan 30, 2026 v1.4.2 Jan 19, 2026 Changes in this version + func NewServer(opts Options) *mcp.Server + func RequireBearerToken(token string, next http.Handler) http.Handler + type AssignmentInfo struct + Partitions []int32 + Topic string + type BrokerOutput struct + Host string + NodeID int32 + Port int32 + type ClusterMetricsOutput struct + AdminRequestErrorsTotal float64 + AdminRequestLatencyMS float64 + AdminRequestsTotal float64 + FetchRPS float64 + ObservedAt string + ProduceRPS float64 + S3LatencyMS int + S3State string + type ClusterStatusOutput struct + Brokers []BrokerOutput + ClusterID string + ClusterName string + ControllerID int32 + Etcd ComponentState + ObservedAt string + S3 S3Status + Topics []TopicSummary + type ComponentState struct + State string + type FetchOffsetsInput struct + GroupID string + Topics []string + type FetchOffsetsOutput struct + GroupID string + Offsets []OffsetDetails + type GroupDetails struct + GenerationID int32 + GroupID string + Leader string + Members []MemberDetails + Protocol string + ProtocolType string + RebalanceTimeoutMS int32 + State string + type GroupInput struct + GroupID string + type GroupSummary struct + GroupID string + MemberCount int + ProtocolType string + State string + type GroupSummaryList struct + Groups []GroupSummary + type MemberDetails struct + Assignments []AssignmentInfo + ClientHost string + ClientID string + HeartbeatAt string + MemberID string + SessionTimeoutMS int32 + Subscriptions []string + type OffsetDetails struct + Metadata string + Offset int64 + Partition int32 + Topic string + type Options struct + Logger *log.Logger + Metrics console.MetricsProvider + Store metadata.Store + Version string + type PartitionDetails struct + ErrorCode int16 + ISRNodes []int32 + LeaderEpoch int32 + LeaderID int32 + OfflineReplicas []int32 + Partition int32 + ReplicaNodes []int32 + type S3Status struct + LatencyMS int + State string + type TopicConfigInput struct + Topics []string + type TopicConfigList struct + Configs []TopicConfigOutput + type TopicConfigOutput struct + Config map[string]string + CreatedAt string + Exists bool + Name string + Partitions int32 + ReplicationFactor int32 + RetentionBytes int64 + RetentionMS int64 + SegmentBytes int64 + type TopicDetail struct + ErrorCode int16 + Name string + Partitions []PartitionDetails + type TopicDetailList struct + Topics []TopicDetail + type TopicNameInput struct + Names []string + type TopicSummary struct + ErrorCode int16 + Name string + PartitionCount int + type TopicSummaryList struct + Topics []TopicSummary