Skip to content

binding-mcp-kafka: topic administration (create_topics, delete_topics) #2121

Description

@jfallows

Summary

Sub-issue of #1671. Adds admin tools for topic lifecycle management:

  • create_topicsKafkaRequestBeginEx/createTopics + KafkaResponseBeginEx/createTopics
  • delete_topicsKafkaRequestBeginEx/deleteTopics + KafkaResponseBeginEx/deleteTopics

See input/output schemas in the "Topic management" section of #1671.

Dependencies

None — createTopics/deleteTopics already exist in binding-kafka. Ready to build.

Notes

Mutating/admin-risk tools — keep this PR scoped narrowly to these two tools so the diff is reviewable on its own, separate from the read-only topic-metadata tools (tracked in a separate sub-issue since those need a binding-kafka prerequisite).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions