You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-dataplane/cloud-dataplane.yaml
+49-45Lines changed: 49 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ components:
506
506
info:
507
507
$ref: '#/components/schemas/ConnectCluster.Info'
508
508
name:
509
-
description: Unique name of connect cluster. For Redpanda Cloud, the value is `redpanda`.
509
+
description: Unique name of Connect cluster. For Redpanda Cloud, the value is `redpanda`.
510
510
type: string
511
511
plugins:
512
512
items:
@@ -1475,7 +1475,7 @@ components:
1475
1475
tools:
1476
1476
additionalProperties:
1477
1477
$ref: '#/components/schemas/Tool'
1478
-
description: The Redpanda Connect MCP tools configuration in YAML format.
1478
+
description: The MCP tool's configuration in YAML format.
1479
1479
type: object
1480
1480
required:
1481
1481
- tools
@@ -1628,15 +1628,15 @@ components:
1628
1628
ListMCPServersRequest.Filter:
1629
1629
properties:
1630
1630
display_name_contains:
1631
-
description: Any MCP Server that partially match this name will be returned.
1631
+
description: Filter MCP servers by display name. Any MCP servers that partially match this name are returned.
1632
1632
type: string
1633
1633
secret_id:
1634
-
description: Match MCP servers that use this secret ID.
1634
+
description: Filter MCP servers by secret ID.
1635
1635
type: string
1636
1636
tags[string]:
1637
1637
additionalProperties:
1638
1638
type: string
1639
-
description: MCP servers that match all the provided tags will be returned.
1639
+
description: Filter MCP servers by tags. MCP servers that match all the provided tags are returned. The query format is "filter.tags[key]=value".
1640
1640
type: object
1641
1641
type: object
1642
1642
ListMCPServersResponse:
@@ -1646,6 +1646,7 @@ components:
1646
1646
$ref: '#/components/schemas/MCPServer'
1647
1647
type: array
1648
1648
next_page_token:
1649
+
description: Token to retrieve the next page of results. Include this value in the next request's `page_token` parameter. Empty if there are no more results.
1649
1650
type: string
1650
1651
type: object
1651
1652
ListMountTasksResponse:
@@ -1958,7 +1959,7 @@ components:
1958
1959
tools:
1959
1960
additionalProperties:
1960
1961
$ref: '#/components/schemas/Tool'
1961
-
description: The Redpanda Connect MCP server configuration.
1962
+
description: The MCP server configuration.
1962
1963
type: object
1963
1964
url:
1964
1965
readOnly: true
@@ -1971,10 +1972,13 @@ components:
1971
1972
- service_account
1972
1973
type: object
1973
1974
MCPServer.ServiceAccount:
1975
+
description: Service account credentials used to authenticate with Redpanda Cloud.
1974
1976
properties:
1975
1977
client_id:
1978
+
description: The service account client ID for authenticating with Redpanda Cloud.
1976
1979
type: string
1977
1980
client_secret:
1981
+
description: The service account client secret for authenticating with Redpanda Cloud.
1978
1982
type: string
1979
1983
required:
1980
1984
- client_id
@@ -2023,7 +2027,7 @@ components:
2023
2027
tools:
2024
2028
additionalProperties:
2025
2029
$ref: '#/components/schemas/Tool'
2026
-
description: The Redpanda Connect MCP server configuration.
2030
+
description: The MCP server configuration.
2027
2031
type: object
2028
2032
required:
2029
2033
- display_name
@@ -2036,7 +2040,7 @@ components:
2036
2040
description: MCP server description.
2037
2041
type: string
2038
2042
display_name:
2039
-
description: User-friendly MCP servers name.
2043
+
description: User-friendly MCP server name.
2040
2044
type: string
2041
2045
resources:
2042
2046
$ref: '#/components/schemas/Resources'
@@ -2052,7 +2056,7 @@ components:
2052
2056
tools:
2053
2057
additionalProperties:
2054
2058
$ref: '#/components/schemas/Tool'
2055
-
description: The Redpanda Connect MCP server configuration.
2059
+
description: The MCP server configuration.
2056
2060
type: object
2057
2061
type: object
2058
2062
MatchingACL:
@@ -4910,7 +4914,7 @@ paths:
4910
4914
description: 'List Kafka Connect cluster secrets. Optional: filter based on secret name and labels.'
- description: Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
5037
+
- description: Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
5034
5038
in: path
5035
5039
name: cluster_name
5036
5040
required: true
@@ -5569,20 +5573,20 @@ paths:
5569
5573
- Redpanda Connect Pipelines
5570
5574
/v1/redpanda-connect/mcp-servers:
5571
5575
get:
5572
-
description: 'List Redpanda Connect MCP Servers. Optional: filter based on MCP server name.'
5576
+
description: 'List MCP servers and optionally filter by display name, tags, or secret ID.'
5573
5577
operationId: MCPServerService_ListMCPServers
5574
5578
parameters:
5575
-
- description: Any MCP Server that partially match this name will be returned.
5579
+
- description: Filter MCP servers by name. Any servers that partially match this name are returned.
5576
5580
in: query
5577
5581
name: filter.display_name_contains
5578
5582
schema:
5579
5583
type: string
5580
-
- description: This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
5584
+
- description: Filter MCP servers by tags. MCP servers that match all the provided tags are returned. The query format is "filter.tags[key]=value".
5581
5585
in: query
5582
5586
name: filter.tags[string]
5583
5587
schema:
5584
5588
type: string
5585
-
- description: Match MCP servers that use this secret ID.
5589
+
- description: Filter MCP servers by secret ID.
5586
5590
in: query
5587
5591
name: filter.secret_id
5588
5592
schema:
@@ -5625,11 +5629,11 @@ paths:
5625
5629
schema:
5626
5630
$ref: '#/components/schemas/rpc.Status'
5627
5631
description: An unexpected error response.
5628
-
summary: List Redpanda Connect MCP Servers
5632
+
summary: List MCP servers
5629
5633
tags:
5630
5634
- Redpanda Connect MCP servers
5631
5635
post:
5632
-
description: Create a new Redpanda Connect MCP Server.
5636
+
description: Create an MCP server.
5633
5637
operationId: MCPServerService_CreateMCPServer
5634
5638
requestBody:
5635
5639
content:
@@ -5663,15 +5667,15 @@ paths:
5663
5667
schema:
5664
5668
$ref: '#/components/schemas/rpc.Status'
5665
5669
description: An unexpected error response.
5666
-
summary: Create Redpanda Connect MCP Server
5670
+
summary: Create an MCP server
5667
5671
tags:
5668
-
- Redpanda Connect MCP servers
5672
+
- Remote MCP
5669
5673
/v1/redpanda-connect/mcp-servers/{id}:
5670
5674
delete:
5671
-
description: Delete a Redpanda Connect MCP server.
5675
+
description: Delete an MCP server.
5672
5676
operationId: MCPServerService_DeleteMCPServer
5673
5677
parameters:
5674
-
- description: MCP Server ID.
5678
+
- description: MCP server ID.
5675
5679
in: path
5676
5680
name: id
5677
5681
required: true
@@ -5707,11 +5711,11 @@ paths:
5707
5711
schema:
5708
5712
$ref: '#/components/schemas/rpc.Status'
5709
5713
description: An unexpected error response.
5710
-
summary: Delete a Redpanda Connect MCP server
5714
+
summary: Delete an MCP server
5711
5715
tags:
5712
-
- Redpanda Connect MCP servers
5716
+
- Remote MCP
5713
5717
get:
5714
-
description: Get a specific Redpanda Connect MCP server.
5718
+
description: Get a specific MCP server.
5715
5719
operationId: MCPServerService_GetMCPServer
5716
5720
parameters:
5717
5721
- description: MCP server ID.
@@ -5751,11 +5755,11 @@ paths:
5751
5755
schema:
5752
5756
$ref: '#/components/schemas/rpc.Status'
5753
5757
description: An unexpected error response.
5754
-
summary: Get Redpanda Connect MCP server
5758
+
summary: Get an MCP server
5755
5759
tags:
5756
-
- Redpanda Connect MCP servers
5760
+
- Remote MCP
5757
5761
put:
5758
-
description: Update the configuration of a Redpanda Connect MCP server.
5762
+
description: Edit an MCP server.
5759
5763
operationId: MCPServerService_UpdateMCPServer
5760
5764
parameters:
5761
5765
- description: MCP Server ID.
@@ -5803,15 +5807,15 @@ paths:
5803
5807
schema:
5804
5808
$ref: '#/components/schemas/rpc.Status'
5805
5809
description: An unexpected error response.
5806
-
summary: Update a Redpanda Connect MCP Server
5810
+
summary: Edit an MCP Server
5807
5811
tags:
5808
-
- Redpanda Connect MCP servers
5812
+
- Remote MCP
5809
5813
/v1/redpanda-connect/mcp-servers/{id}:start:
5810
5814
post:
5811
-
description: Start a stopped Redpanda Connect MCP server.
5815
+
description: Start an existing MCP server.
5812
5816
operationId: MCPServerService_StartMCPServer
5813
5817
parameters:
5814
-
- description: MCP Server ID.
5818
+
- description: MCP server ID.
5815
5819
in: path
5816
5820
name: id
5817
5821
required: true
@@ -5848,12 +5852,12 @@ paths:
5848
5852
schema:
5849
5853
$ref: '#/components/schemas/rpc.Status'
5850
5854
description: An unexpected error response.
5851
-
summary: Start a Redpanda Connect MCP server
5855
+
summary: Start an existing MCP server
5852
5856
tags:
5853
-
- Redpanda Connect MCP servers
5857
+
- Remote MCP
5854
5858
/v1/redpanda-connect/mcp-servers/{id}:stop:
5855
5859
post:
5856
-
description: Stop a running Redpanda Connect MCP server.
5860
+
description: Stop an MCP server.
5857
5861
operationId: MCPServerService_StopMCPServer
5858
5862
parameters:
5859
5863
- description: MCP Server ID.
@@ -5893,12 +5897,12 @@ paths:
5893
5897
schema:
5894
5898
$ref: '#/components/schemas/rpc.Status'
5895
5899
description: An unexpected error response.
5896
-
summary: Stops a Redpanda Connect MCP server
5900
+
summary: Stop an MCP server
5897
5901
tags:
5898
-
- Redpanda Connect MCP servers
5902
+
- Remote MCP
5899
5903
/v1/redpanda-connect/mcp-servers:getConfigSchema:
5900
5904
get:
5901
-
description: The configuration schema includes available components and processors in this Redpanda Connect MCP Server instance.
5905
+
description: The configuration schema includes all available Redpanda Connect components and processors in this MCP server instance.
summary: Retrieve the schema for Redpanda Connect MCP Servers configurations.
5932
+
summary: Retrieve the schema for MCP server configurations
5929
5933
tags:
5930
-
- Redpanda Connect MCP servers
5934
+
- Remote MCP
5931
5935
/v1/redpanda-connect/mcp-servers:lint-config:
5932
5936
post:
5933
-
description: Validates a supplied Redpanda Connect MCP tools YAML and returns a list of linting hints. If no problems are found, the list is empty.
5937
+
description: Validates a given MCP tool configuration and returns a list of linting hints. The request should contain a map of tool names to tool configurations, where each tool contains YAML in its `config_yaml` field. If no problems are found, the list is empty.
5934
5938
operationId: MCPServerService_LintMCPConfig
5935
5939
requestBody:
5936
5940
content:
@@ -5964,9 +5968,9 @@ paths:
5964
5968
schema:
5965
5969
$ref: '#/components/schemas/rpc.Status'
5966
5970
description: An unexpected error response.
5967
-
summary: Lint a Redpanda Connect MCP tools configuration
5971
+
summary: Lint the configuration of an MCP tool
5968
5972
tags:
5969
-
- Redpanda Connect MCP servers
5973
+
- Remote MCP
5970
5974
/v1/redpanda-connect/pipelines:
5971
5975
get:
5972
5976
description: 'List Redpanda Connect pipelines. Optional: filter based on pipeline name.'
@@ -7618,7 +7622,7 @@ paths:
7618
7622
schema:
7619
7623
$ref: '#/components/schemas/TransformMetadata'
7620
7624
description: Created
7621
-
summary: Deploy Transform
7625
+
summary: Deploy transform
7622
7626
tags:
7623
7627
- Wasm Transforms
7624
7628
/v1/transforms/{name}:
@@ -8018,8 +8022,8 @@ tags:
8018
8022
name: Kafka Connect
8019
8023
- description: Create and manage [Redpanda Connect](https://docs.redpanda.com/redpanda-cloud/develop/connect/about) pipelines and their configurations.
8020
8024
name: Redpanda Connect Pipelines
8021
-
- description: Create and manage Redpanda Connect MCP servers and their configurations.
8022
-
name: Redpanda Connect MCP servers
8025
+
- description: Create and manage MCP servers and their configurations.
8026
+
name: Remote MCP
8023
8027
- description: Monitoring operations for Redpanda.
8024
8028
name: Monitoring
8025
8029
- description: Manage client throughput limits. See [Redpanda Client Throughput Limits](https://docs.redpanda.com/current/manage/cluster-maintenance/manage-throughput/#client-throughput-limits) for more information.
0 commit comments