|
6 | 6 | "description": "Manage Confluent Cloud and Kafka resources. Create topics, produce and consume messages, run Flink SQL queries, and manage schemas.", |
7 | 7 | "icon": "https://avatars.githubusercontent.com/u/9439498?v=4", |
8 | 8 | "schema_version": "2.1", |
9 | | - "categories": ["cloud", "database"], |
10 | | - "tags": ["confluent", "kafka", "streaming", "flink", "events", "schema-registry"], |
11 | | - |
| 9 | + "categories": [ |
| 10 | + "cloud", |
| 11 | + "database" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "confluent", |
| 15 | + "kafka", |
| 16 | + "streaming", |
| 17 | + "flink", |
| 18 | + "events", |
| 19 | + "schema-registry" |
| 20 | + ], |
12 | 21 | "transport": { |
13 | 22 | "type": "stdio", |
14 | 23 | "command": "npx", |
15 | | - "args": ["-y", "@confluentinc/mcp-confluent"], |
| 24 | + "args": [ |
| 25 | + "-y", |
| 26 | + "@confluentinc/mcp-confluent" |
| 27 | + ], |
16 | 28 | "env": { |
17 | 29 | "CONFLUENT_CLOUD_API_KEY": "${input:CONFLUENT_CLOUD_API_KEY}", |
18 | 30 | "CONFLUENT_CLOUD_API_SECRET": "${input:CONFLUENT_CLOUD_API_SECRET}", |
|
26 | 38 | "id": "CONFLUENT_CLOUD_API_KEY", |
27 | 39 | "label": "Confluent Cloud API Key", |
28 | 40 | "description": "Cloud API key for Confluent Cloud resource management.", |
29 | | - "type": "password", |
| 41 | + "type": "text", |
30 | 42 | "required": true, |
31 | 43 | "secret": true, |
32 | 44 | "placeholder": "XXXXXXXXXXXXXXXX", |
|
40 | 52 | "id": "CONFLUENT_CLOUD_API_SECRET", |
41 | 53 | "label": "Confluent Cloud API Secret", |
42 | 54 | "description": "Cloud API secret paired with the Cloud API key.", |
43 | | - "type": "password", |
| 55 | + "type": "text", |
44 | 56 | "required": true, |
45 | 57 | "secret": true, |
46 | 58 | "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
|
58 | 70 | "id": "KAFKA_API_KEY", |
59 | 71 | "label": "Kafka Cluster API Key", |
60 | 72 | "description": "API key specific to your Kafka cluster.", |
61 | | - "type": "password", |
| 73 | + "type": "text", |
62 | 74 | "required": true, |
63 | 75 | "secret": true, |
64 | 76 | "placeholder": "XXXXXXXXXXXXXXXX" |
|
67 | 79 | "id": "KAFKA_API_SECRET", |
68 | 80 | "label": "Kafka Cluster API Secret", |
69 | 81 | "description": "API secret paired with the Kafka cluster API key.", |
70 | | - "type": "password", |
| 82 | + "type": "text", |
71 | 83 | "required": true, |
72 | 84 | "secret": true, |
73 | 85 | "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
74 | 86 | } |
75 | 87 | ] |
76 | 88 | } |
77 | 89 | }, |
78 | | - |
79 | 90 | "auth": { |
80 | 91 | "type": "api_key", |
81 | 92 | "instructions": "Create API keys at https://confluent.cloud/settings/api-keys for both Cloud and Kafka cluster access" |
82 | 93 | }, |
83 | | - |
84 | 94 | "contributor": { |
85 | 95 | "name": "Confluent", |
86 | 96 | "github": "confluentinc", |
87 | 97 | "url": "https://www.confluent.io" |
88 | 98 | }, |
89 | | - |
90 | 99 | "links": { |
91 | 100 | "repository": "https://github.com/confluentinc/mcp-confluent", |
92 | 101 | "homepage": "https://www.confluent.io", |
93 | 102 | "documentation": "https://docs.confluent.io" |
94 | 103 | }, |
95 | | - |
96 | | - "platforms": ["all"], |
97 | | - |
| 104 | + "platforms": [ |
| 105 | + "all" |
| 106 | + ], |
98 | 107 | "capabilities": { |
99 | 108 | "tools": true, |
100 | 109 | "resources": false, |
|
0 commit comments