Skip to content

Commit e812b0a

Browse files
committed
update desc
1 parent e5ec44d commit e812b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/kafka_admin_groups_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func KafkaAdminAddGroupsTools(s *server.MCPServer, readOnly bool, features []str
3636
}
3737

3838
resourceDesc := "Resource to operate on. Available resources:\n" +
39-
"- group: A single Kafka Consumer Group for operations on individual groups (describe, remove-members)\n" +
39+
"- group: A single Kafka Consumer Group for operations on individual groups (describe, remove-members, set-offset, delete-offset)\n" +
4040
"- groups: Collection of Kafka Consumer Groups for bulk operations (list)"
4141

4242
operationDesc := "Operation to perform. Available operations:\n" +

0 commit comments

Comments
 (0)