Skip to content

Commit b949d70

Browse files
authored
bumps version (#51)
* bumps version * Adding deep wiki tag for auto refreshes
1 parent 37bf62f commit b949d70

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ An MCP server implementation that enables AI assistants to interact with Conflue
66
<img width="380" height="200" src="https://glama.ai/mcp/servers/@confluentinc/mcp-confluent/badge" alt="mcp-confluent MCP server" />
77
</a>
88

9+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/confluentinc/mcp-confluent)
10+
911
## Demo
1012

1113
### Goose CLI
@@ -26,7 +28,7 @@ An MCP server implementation that enables AI assistants to interact with Conflue
2628
- [User Guide](#user-guide)
2729
- [Getting Started](#getting-started)
2830
- [Configuration](#configuration)
29-
[Prequisites for Tableflow commands](#Prerequisites-&-Setup-for-Tableflow-Commands)
31+
- [Prerequisites \& Setup for Tableflow Commands](#prerequisites--setup-for-tableflow-commands)
3032
- [Environment Variables Reference](#environment-variables-reference)
3133
- [Usage](#usage)
3234
- [Configuring Claude Desktop](#configuring-claude-desktop)
@@ -42,8 +44,10 @@ An MCP server implementation that enables AI assistants to interact with Conflue
4244
- [Project Structure](#project-structure)
4345
- [Building and Running](#building-and-running)
4446
- [Docker](#docker)
45-
- [Build & Run in Docker Container](#building-and-running-with-docker)
46-
- [Build & Run in Docker Compose](#building-and-running-with-docker-compose)
47+
- [Prerequisites](#prerequisites)
48+
- [Environment Variables](#environment-variables)
49+
- [Building and Running with Docker](#building-and-running-with-docker)
50+
- [Building and Running with Docker Compose](#building-and-running-with-docker-compose)
4751
- [Testing](#testing)
4852
- [MCP Inspector](#mcp-inspector)
4953
- [Adding a New Tool](#adding-a-new-tool)
@@ -131,10 +135,10 @@ Ensuring these prerequisites are met will prevent authorization errors when the
131135
| FLINK_ENV_NAME | Human-readable name for the Flink environment used for identification and display purposes (string (min: 1)) | | No |
132136
| FLINK_ORG_ID | Organization identifier within Confluent Cloud for Flink resource management (string (min: 1)) | | No |
133137
| FLINK_REST_ENDPOINT | Base URL for Confluent Cloud's Flink REST API endpoints used for SQL statement and compute pool management (string) | | No |
134-
| TABLEFLOW_API_KEY | Authentication key for accessing Confluent Cloud's Tableflow services (string (min: 1))
135-
| | No |
136-
| TABLEFLOW_API_SECRET | Secret token paired with TABLEFLOW_API_KEY for authenticated access to Confluent Cloud's Tableflow services (string (min:
137-
1)) | | No |
138+
| TABLEFLOW_API_KEY | Authentication key for accessing Confluent Cloud's Tableflow services (string (min: 1)) |
139+
| | No |
140+
| TABLEFLOW_API_SECRET | Secret token paired with TABLEFLOW_API_KEY for authenticated access to Confluent Cloud's Tableflow services (string (min: |
141+
| 1)) | | No |
138142
| KAFKA_API_KEY | Authentication credential (username) required to establish secure connection with the Kafka cluster (string (min: 1)) | | No |
139143
| KAFKA_API_SECRET | Authentication credential (password) paired with KAFKA_API_KEY for secure Kafka cluster access (string (min: 1)) | | No |
140144
| KAFKA_CLUSTER_ID | Unique identifier for the Kafka cluster within Confluent Cloud ecosystem (string (min: 1)) | | No |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@confluentinc/mcp-confluent",
33
"description": "Confluent MCP Server",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": "Confluent Inc.",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)