Skip to content

Releases: confluentinc/mcp-confluent

1.0.6

09 Jul 16:29
03854d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

26 Jun 19:33
25d1338
Compare
Choose a tag to compare

What's Changed

  • Update README to include LOG_LEVEL and Tableflow API key/secret environment variables by @eddyv in #53
  • chore: Update Dockerfile to expose port 8080, enhance environment schema with new HTTP and SSE endpoint paths, and add ping health check endpoints for both HTTP and SSE transports by @eddyv in #55
  • chore: add ping utility, modify default command in dockerfile, update defaults for http_host by @eddyv in #56
  • chore: update Dockerfile to install the latest npm version for vulnerability fix and update package-lock.json to reflect sdk version bump by @eddyv in #57

Full Changelog: 1.0.4...1.0.5

1.0.4

04 Jun 14:54
b949d70
Compare
Choose a tag to compare

What's Changed

  • fix(logging): Update kafka client logging to use pino logger, set log level from environment variable by @eddyv in #46
  • commit package lock json by @eddyv in #47
  • Semaphore basic build test by @stephenheg in #50
  • Dockerise MCP server by @stephenheg in #49
  • Add tableflow topic and catalog integrations tools + fix for error logging by @stephenheg in #45
  • bumps version by @eddyv in #51

New Contributors

Full Changelog: 1.0.2...1.0.4

1.0.2

15 May 18:59
c0927bc
Compare
Choose a tag to compare

What's Changed

  • feat(tool): Add kafka consume messages tool & schema registry support for produce and consume tools by @eddyv in #23
  • chore(logging): Add pino logging library by @eddyv in #32
  • feat(transport): Add new transport modes (Streamable HTTP & SSE) by @eddyv in #33
  • Get configurations for a given topic by @mcolomerc in #34
  • feat(cli): Enhance CLI with package version retrieval and TypeScript … by @eddyv in #35
  • chore(tool): tool enablement by @eddyv in #36
  • fix(tool): modify list schema to use SchemaRegistryClient to be accessible for CP by @eddyv in #37
  • feat(kafka-client): Allow for kafka client configuration to be passed through via CLI by @eddyv in #41

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

09 May 20:54
b6c0050
Compare
Choose a tag to compare

What's Changed

  • Init confluent mcp server by @eddyv in #1
  • add list-connectors and read-connector tools by @bhughes20 in #2
  • chore(refactor): lazy loading of clients, factory pattern for supplying mcp tools, env loading by @eddyv in #4
  • feat: Allow user input to override rest endpoints via conversation by @eddyv in #6
  • Update CODEOWNERS by @eddyv in #5
  • feat(tool): Create connectors by @eddyv in #7
  • chore: bump dependencies, update server to use simplified express-like api by @eddyv in #8
  • feat(tool): Data Governance (Tag creation, searching, tying, removal) & Alter Topic Configs & Delete kafka connector by @eddyv in #9
  • fix: add baseUrl param to Connect REST API operations, fix description comments, update api docs by @eddyv in #11
  • feat(tool): Search Kafka Topics by name by @eddyv in #12
  • Update README.md by @eddyv in #13
  • chore(readme): Expand README with detailed configuration docs by @eddyv in #14
  • chore: Add license by @eddyv in #15
  • Cluster operations by @rahulbats in #16
  • updating config path in readme by @eddyv in #17
  • new tool to get all schemas by @rahulbats in #19
  • chore(executable): Preparing mcp-confluent to be published on package registry by @eddyv in #18
  • Clean up README by @tlberglund in #22
  • chore(ci): adding semaphore for creating github tags by @eddyv in #24
  • add MCP server badge by @punkpeye in #25

New Contributors

Full Changelog: v0.0.0...1.0.1