Tags: confluentinc/mcp-confluent
Tags
Chore/update default path (#59) * chore: update README and environment schema for MCP transport paths * Revised default values for HTTP_MCP_ENDPOINT_PATH in README and env-schema to align with recent changes. * Updated descriptions for clarity and consistency across documentation. * chore: bump version to 1.0.6 in package.json and package-lock.json
chore: update Dockerfile to install the latest npm version for vulner… …ability fix and update package-lock.json to reflect sdk version bump (#57) * chore: update Dockerfile to install the latest npm version for vulnerability fix and update package-lock.json to reflect sdk version bump * removing unused env file in dockerfile
Add tableflow topic and catalog integrations tools + fix for error lo… …gging (#45) * adding tableflow topic and catalog integrations tools + fix for error logging * refactor to use env id and cluster id for create tableflow apis * refactor(imports): Update import paths for consistency and clarity across multiple files * implement initial tableflow api and secret * implement tableflow client + tableflow api key/secret * add prereqs section for iam roles for tableflow * tableflow to tableflowRest for client manager --------- Co-authored-by: Edward Vaisman <10497078+eddyv@users.noreply.github.com>
feat(kafka-client): Allow for kafka client configuration to be passed… … through via CLI (#41) * feat(cli): Integrate properties-file for Kafka configuration management - Added support for loading Kafka client configurations from a properties file via the CLI. - Enhanced CLI options to include a new `--kafka-config-file` argument for specifying the properties file path. - Refactored error handling in file reading functions to throw errors instead of exiting the process. - Updated the DefaultClientManager to merge configurations from the properties file with environment variables, improving flexibility in Kafka client setup. - Introduced a new utility function to parse properties files, enhancing configuration management. * update readme, fix typo