published on Friday, Sep 18, 2026 by kong
published on Friday, Sep 18, 2026 by kong
CatalogMCPVersion Resource
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as konnect from "@pulumi/konnect";
const myCatalogmcpversion = new konnect.CatalogMcpVersion("my_catalogmcpversion", {
catalogMcpId: "a0119846-f179-4d9f-a168-d701facce7fb",
packages: [{
environmentVariables: [{
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
name: "SOME_VARIABLE",
placeholder: "...my_placeholder...",
value: "...my_value...",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
}],
fileSha256: "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
identifier: "@modelcontextprotocol/server-brave-search",
packageArguments: [{
positionalArgument: {
valueHint: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRepeated: false,
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
valueHint: "file_path",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
},
},
}],
registry: {
baseUrl: "https://registry.npmjs.org",
type: "npm",
},
runtime: {
arguments: [{
positionalArgument: {
valueHint: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRepeated: false,
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
valueHint: "file_path",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
},
},
}],
hint: "npx",
},
transport: {
streamableHttpTransport: {
headers: [{
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
name: "SOME_VARIABLE",
placeholder: "...my_placeholder...",
value: "...my_value...",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
}],
url: "https://api.example.com/mcp",
},
},
version: "1.0.2",
}],
prompts: [{
arguments: [{
description: "...my_description...",
name: "...my_name...",
required: true,
title: "...my_title...",
}],
description: "...my_description...",
name: "...my_name...",
title: "...my_title...",
}],
remotes: [{
sseTransport: {
headers: [{
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
name: "SOME_VARIABLE",
placeholder: "...my_placeholder...",
value: "...my_value...",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
}],
url: "https://mcp-fs.example.com/sse",
variables: {
key: {
choices: [],
"default": "...my_default...",
description: "...my_description...",
format: "string",
isRequired: false,
isSecret: false,
placeholder: "...my_placeholder...",
value: "...my_value...",
},
},
},
}],
resources: [{
annotations: {
audiences: ["user"],
lastModified: "2022-01-13T18:36:08.022Z",
priority: 9.94,
},
description: "...my_description...",
mimeType: "...my_mime_type...",
name: "my-resource",
size: 0.24,
title: "...my_title...",
uri: "...my_uri...",
}],
tools: [{
annotations: {
destructiveHint: false,
idempotentHint: false,
openWorldHint: true,
readOnlyHint: false,
title: "...my_title...",
},
description: "...my_description...",
inputSchema: "{ \"see\": \"documentation\" }",
name: "my-tool",
outputSchema: "{ \"see\": \"documentation\" }",
title: "...my_title...",
}],
version: "1.0.0",
});
import pulumi
import pulumi_konnect as konnect
my_catalogmcpversion = konnect.CatalogMcpVersion("my_catalogmcpversion",
catalog_mcp_id="a0119846-f179-4d9f-a168-d701facce7fb",
packages=[{
"environment_variables": [{
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"name": "SOME_VARIABLE",
"placeholder": "...my_placeholder...",
"value": "...my_value...",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
}],
"file_sha256": "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
"identifier": "@modelcontextprotocol/server-brave-search",
"package_arguments": [{
"positional_argument": {
"value_hint": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_repeated": False,
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
"value_hint": "file_path",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
},
},
}],
"registry": {
"base_url": "https://registry.npmjs.org",
"type": "npm",
},
"runtime": {
"arguments": [{
"positional_argument": {
"value_hint": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_repeated": False,
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
"value_hint": "file_path",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
},
},
}],
"hint": "npx",
},
"transport": {
"streamable_http_transport": {
"headers": [{
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"name": "SOME_VARIABLE",
"placeholder": "...my_placeholder...",
"value": "...my_value...",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
}],
"url": "https://api.example.com/mcp",
},
},
"version": "1.0.2",
}],
prompts=[{
"arguments": [{
"description": "...my_description...",
"name": "...my_name...",
"required": True,
"title": "...my_title...",
}],
"description": "...my_description...",
"name": "...my_name...",
"title": "...my_title...",
}],
remotes=[{
"sse_transport": {
"headers": [{
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"name": "SOME_VARIABLE",
"placeholder": "...my_placeholder...",
"value": "...my_value...",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
}],
"url": "https://mcp-fs.example.com/sse",
"variables": {
"key": {
"choices": [],
"default": "...my_default...",
"description": "...my_description...",
"format": "string",
"is_required": False,
"is_secret": False,
"placeholder": "...my_placeholder...",
"value": "...my_value...",
},
},
},
}],
resources=[{
"annotations": {
"audiences": ["user"],
"last_modified": "2022-01-13T18:36:08.022Z",
"priority": 9.94,
},
"description": "...my_description...",
"mime_type": "...my_mime_type...",
"name": "my-resource",
"size": 0.24,
"title": "...my_title...",
"uri": "...my_uri...",
}],
tools=[{
"annotations": {
"destructive_hint": False,
"idempotent_hint": False,
"open_world_hint": True,
"read_only_hint": False,
"title": "...my_title...",
},
"description": "...my_description...",
"input_schema": "{ \"see\": \"documentation\" }",
"name": "my-tool",
"output_schema": "{ \"see\": \"documentation\" }",
"title": "...my_title...",
}],
version="1.0.0")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/konnect/v3/konnect"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := konnect.NewCatalogMcpVersion(ctx, "my_catalogmcpversion", &konnect.CatalogMcpVersionArgs{
CatalogMcpId: pulumi.String("a0119846-f179-4d9f-a168-d701facce7fb"),
Packages: konnect.CatalogMcpVersionPackageArray{
&konnect.CatalogMcpVersionPackageArgs{
EnvironmentVariables: konnect.CatalogMcpVersionPackageEnvironmentVariableArray{
&konnect.CatalogMcpVersionPackageEnvironmentVariableArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Name: pulumi.String("SOME_VARIABLE"),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
Variables: konnect.CatalogMcpVersionPackageEnvironmentVariableVariablesMap{
"key": &konnect.CatalogMcpVersionPackageEnvironmentVariableVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
FileSha256: pulumi.String("fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce"),
Identifier: pulumi.String("@modelcontextprotocol/server-brave-search"),
PackageArguments: konnect.CatalogMcpVersionPackagePackageArgumentArray{
&konnect.CatalogMcpVersionPackagePackageArgumentArgs{
PositionalArgument: &konnect.CatalogMcpVersionPackagePackageArgumentPositionalArgumentArgs{
ValueHint: &konnect.CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRepeated: pulumi.Bool(false),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
ValueHint: pulumi.String("file_path"),
Variables: konnect.CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariablesMap{
"key": &konnect.CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
},
},
Registry: &konnect.CatalogMcpVersionPackageRegistryArgs{
BaseUrl: pulumi.String("https://registry.npmjs.org"),
Type: pulumi.String("npm"),
},
Runtime: &konnect.CatalogMcpVersionPackageRuntimeArgs{
Arguments: konnect.CatalogMcpVersionPackageRuntimeArgumentArray{
&konnect.CatalogMcpVersionPackageRuntimeArgumentArgs{
PositionalArgument: &konnect.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentArgs{
ValueHint: &konnect.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRepeated: pulumi.Bool(false),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
ValueHint: pulumi.String("file_path"),
Variables: konnect.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariablesMap{
"key": &konnect.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
},
},
Hint: pulumi.String("npx"),
},
Transport: &konnect.CatalogMcpVersionPackageTransportArgs{
StreamableHttpTransport: &konnect.CatalogMcpVersionPackageTransportStreamableHttpTransportArgs{
Headers: konnect.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderArray{
&konnect.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Name: pulumi.String("SOME_VARIABLE"),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
Variables: konnect.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariablesMap{
"key": &konnect.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
Url: pulumi.String("https://api.example.com/mcp"),
},
},
Version: pulumi.String("1.0.2"),
},
},
Prompts: konnect.CatalogMcpVersionPromptArray{
&konnect.CatalogMcpVersionPromptArgs{
Arguments: konnect.CatalogMcpVersionPromptArgumentArray{
&konnect.CatalogMcpVersionPromptArgumentArgs{
Description: pulumi.String("...my_description..."),
Name: pulumi.String("...my_name..."),
Required: pulumi.Bool(true),
Title: pulumi.String("...my_title..."),
},
},
Description: pulumi.String("...my_description..."),
Name: pulumi.String("...my_name..."),
Title: pulumi.String("...my_title..."),
},
},
Remotes: konnect.CatalogMcpVersionRemoteArray{
&konnect.CatalogMcpVersionRemoteArgs{
SseTransport: &konnect.CatalogMcpVersionRemoteSseTransportArgs{
Headers: konnect.CatalogMcpVersionRemoteSseTransportHeaderArray{
&konnect.CatalogMcpVersionRemoteSseTransportHeaderArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Name: pulumi.String("SOME_VARIABLE"),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
Variables: konnect.CatalogMcpVersionRemoteSseTransportHeaderVariablesMap{
"key": &konnect.CatalogMcpVersionRemoteSseTransportHeaderVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
Url: pulumi.String("https://mcp-fs.example.com/sse"),
Variables: konnect.CatalogMcpVersionRemoteSseTransportVariablesMap{
"key": &konnect.CatalogMcpVersionRemoteSseTransportVariablesArgs{
Choices: pulumi.StringArray{},
Default: pulumi.String("...my_default..."),
Description: pulumi.String("...my_description..."),
Format: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
IsSecret: pulumi.Bool(false),
Placeholder: pulumi.String("...my_placeholder..."),
Value: pulumi.String("...my_value..."),
},
},
},
},
},
Resources: konnect.CatalogMcpVersionResourceArray{
&konnect.CatalogMcpVersionResourceArgs{
Annotations: &konnect.CatalogMcpVersionResourceAnnotationsArgs{
Audiences: pulumi.StringArray{
pulumi.String("user"),
},
LastModified: pulumi.String("2022-01-13T18:36:08.022Z"),
Priority: pulumi.Float64(9.94),
},
Description: pulumi.String("...my_description..."),
MimeType: pulumi.String("...my_mime_type..."),
Name: pulumi.String("my-resource"),
Size: pulumi.Float64(0.24),
Title: pulumi.String("...my_title..."),
Uri: pulumi.String("...my_uri..."),
},
},
Tools: konnect.CatalogMcpVersionToolArray{
&konnect.CatalogMcpVersionToolArgs{
Annotations: &konnect.CatalogMcpVersionToolAnnotationsArgs{
DestructiveHint: pulumi.Bool(false),
IdempotentHint: pulumi.Bool(false),
OpenWorldHint: pulumi.Bool(true),
ReadOnlyHint: pulumi.Bool(false),
Title: pulumi.String("...my_title..."),
},
Description: pulumi.String("...my_description..."),
InputSchema: pulumi.String("{ \"see\": \"documentation\" }"),
Name: pulumi.String("my-tool"),
OutputSchema: pulumi.String("{ \"see\": \"documentation\" }"),
Title: pulumi.String("...my_title..."),
},
},
Version: pulumi.String("1.0.0"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Konnect = Pulumi.Konnect;
return await Deployment.RunAsync(() =>
{
var myCatalogmcpversion = new Konnect.CatalogMcpVersion("my_catalogmcpversion", new()
{
CatalogMcpId = "a0119846-f179-4d9f-a168-d701facce7fb",
Packages = new[]
{
new Konnect.Inputs.CatalogMcpVersionPackageArgs
{
EnvironmentVariables = new[]
{
new Konnect.Inputs.CatalogMcpVersionPackageEnvironmentVariableArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Name = "SOME_VARIABLE",
Placeholder = "...my_placeholder...",
Value = "...my_value...",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionPackageEnvironmentVariableVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
FileSha256 = "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
Identifier = "@modelcontextprotocol/server-brave-search",
PackageArguments = new[]
{
new Konnect.Inputs.CatalogMcpVersionPackagePackageArgumentArgs
{
PositionalArgument = new Konnect.Inputs.CatalogMcpVersionPackagePackageArgumentPositionalArgumentArgs
{
ValueHint = new Konnect.Inputs.CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRepeated = false,
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
ValueHint = "file_path",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
},
},
Registry = new Konnect.Inputs.CatalogMcpVersionPackageRegistryArgs
{
BaseUrl = "https://registry.npmjs.org",
Type = "npm",
},
Runtime = new Konnect.Inputs.CatalogMcpVersionPackageRuntimeArgs
{
Arguments = new[]
{
new Konnect.Inputs.CatalogMcpVersionPackageRuntimeArgumentArgs
{
PositionalArgument = new Konnect.Inputs.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentArgs
{
ValueHint = new Konnect.Inputs.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRepeated = false,
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
ValueHint = "file_path",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
},
},
Hint = "npx",
},
Transport = new Konnect.Inputs.CatalogMcpVersionPackageTransportArgs
{
StreamableHttpTransport = new Konnect.Inputs.CatalogMcpVersionPackageTransportStreamableHttpTransportArgs
{
Headers = new[]
{
new Konnect.Inputs.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Name = "SOME_VARIABLE",
Placeholder = "...my_placeholder...",
Value = "...my_value...",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
Url = "https://api.example.com/mcp",
},
},
Version = "1.0.2",
},
},
Prompts = new[]
{
new Konnect.Inputs.CatalogMcpVersionPromptArgs
{
Arguments = new[]
{
new Konnect.Inputs.CatalogMcpVersionPromptArgumentArgs
{
Description = "...my_description...",
Name = "...my_name...",
Required = true,
Title = "...my_title...",
},
},
Description = "...my_description...",
Name = "...my_name...",
Title = "...my_title...",
},
},
Remotes = new[]
{
new Konnect.Inputs.CatalogMcpVersionRemoteArgs
{
SseTransport = new Konnect.Inputs.CatalogMcpVersionRemoteSseTransportArgs
{
Headers = new[]
{
new Konnect.Inputs.CatalogMcpVersionRemoteSseTransportHeaderArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Name = "SOME_VARIABLE",
Placeholder = "...my_placeholder...",
Value = "...my_value...",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionRemoteSseTransportHeaderVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
Url = "https://mcp-fs.example.com/sse",
Variables =
{
{ "key", new Konnect.Inputs.CatalogMcpVersionRemoteSseTransportVariablesArgs
{
Choices = new() { },
Default = "...my_default...",
Description = "...my_description...",
Format = "string",
IsRequired = false,
IsSecret = false,
Placeholder = "...my_placeholder...",
Value = "...my_value...",
} },
},
},
},
},
Resources = new[]
{
new Konnect.Inputs.CatalogMcpVersionResourceArgs
{
Annotations = new Konnect.Inputs.CatalogMcpVersionResourceAnnotationsArgs
{
Audiences = new[]
{
"user",
},
LastModified = "2022-01-13T18:36:08.022Z",
Priority = 9.94,
},
Description = "...my_description...",
MimeType = "...my_mime_type...",
Name = "my-resource",
Size = 0.24,
Title = "...my_title...",
Uri = "...my_uri...",
},
},
Tools = new[]
{
new Konnect.Inputs.CatalogMcpVersionToolArgs
{
Annotations = new Konnect.Inputs.CatalogMcpVersionToolAnnotationsArgs
{
DestructiveHint = false,
IdempotentHint = false,
OpenWorldHint = true,
ReadOnlyHint = false,
Title = "...my_title...",
},
Description = "...my_description...",
InputSchema = "{ \"see\": \"documentation\" }",
Name = "my-tool",
OutputSchema = "{ \"see\": \"documentation\" }",
Title = "...my_title...",
},
},
Version = "1.0.0",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.CatalogMcpVersion;
import com.pulumi.konnect.CatalogMcpVersionArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPackageArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPackageRegistryArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPackageRuntimeArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPackageTransportArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPackageTransportStreamableHttpTransportArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionPromptArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionRemoteArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionRemoteSseTransportArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionResourceArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionResourceAnnotationsArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionToolArgs;
import com.pulumi.konnect.inputs.CatalogMcpVersionToolAnnotationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var myCatalogmcpversion = new CatalogMcpVersion("myCatalogmcpversion", CatalogMcpVersionArgs.builder()
.catalogMcpId("a0119846-f179-4d9f-a168-d701facce7fb")
.packages(CatalogMcpVersionPackageArgs.builder()
.environmentVariables(CatalogMcpVersionPackageEnvironmentVariableArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.name("SOME_VARIABLE")
.placeholder("...my_placeholder...")
.value("...my_value...")
.variables(Map.of("key", CatalogMcpVersionPackageEnvironmentVariableVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.fileSha256("fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce")
.identifier("@modelcontextprotocol/server-brave-search")
.packageArguments(CatalogMcpVersionPackagePackageArgumentArgs.builder()
.positionalArgument(CatalogMcpVersionPackagePackageArgumentPositionalArgumentArgs.builder()
.valueHint(CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRepeated(false)
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.valueHint("file_path")
.variables(Map.of("key", CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.build())
.build())
.registry(CatalogMcpVersionPackageRegistryArgs.builder()
.baseUrl("https://registry.npmjs.org")
.type("npm")
.build())
.runtime(CatalogMcpVersionPackageRuntimeArgs.builder()
.arguments(CatalogMcpVersionPackageRuntimeArgumentArgs.builder()
.positionalArgument(CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentArgs.builder()
.valueHint(CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRepeated(false)
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.valueHint("file_path")
.variables(Map.of("key", CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.build())
.build())
.hint("npx")
.build())
.transport(CatalogMcpVersionPackageTransportArgs.builder()
.streamableHttpTransport(CatalogMcpVersionPackageTransportStreamableHttpTransportArgs.builder()
.headers(CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.name("SOME_VARIABLE")
.placeholder("...my_placeholder...")
.value("...my_value...")
.variables(Map.of("key", CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.url("https://api.example.com/mcp")
.build())
.build())
.version("1.0.2")
.build())
.prompts(CatalogMcpVersionPromptArgs.builder()
.arguments(CatalogMcpVersionPromptArgumentArgs.builder()
.description("...my_description...")
.name("...my_name...")
.required(true)
.title("...my_title...")
.build())
.description("...my_description...")
.name("...my_name...")
.title("...my_title...")
.build())
.remotes(CatalogMcpVersionRemoteArgs.builder()
.sseTransport(CatalogMcpVersionRemoteSseTransportArgs.builder()
.headers(CatalogMcpVersionRemoteSseTransportHeaderArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.name("SOME_VARIABLE")
.placeholder("...my_placeholder...")
.value("...my_value...")
.variables(Map.of("key", CatalogMcpVersionRemoteSseTransportHeaderVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.url("https://mcp-fs.example.com/sse")
.variables(Map.of("key", CatalogMcpVersionRemoteSseTransportVariablesArgs.builder()
.choices()
.default_("...my_default...")
.description("...my_description...")
.format("string")
.isRequired(false)
.isSecret(false)
.placeholder("...my_placeholder...")
.value("...my_value...")
.build()))
.build())
.build())
.resources(CatalogMcpVersionResourceArgs.builder()
.annotations(CatalogMcpVersionResourceAnnotationsArgs.builder()
.audiences("user")
.lastModified("2022-01-13T18:36:08.022Z")
.priority(9.94)
.build())
.description("...my_description...")
.mimeType("...my_mime_type...")
.name("my-resource")
.size(0.24)
.title("...my_title...")
.uri("...my_uri...")
.build())
.tools(CatalogMcpVersionToolArgs.builder()
.annotations(CatalogMcpVersionToolAnnotationsArgs.builder()
.destructiveHint(false)
.idempotentHint(false)
.openWorldHint(true)
.readOnlyHint(false)
.title("...my_title...")
.build())
.description("...my_description...")
.inputSchema("{ \"see\": \"documentation\" }")
.name("my-tool")
.outputSchema("{ \"see\": \"documentation\" }")
.title("...my_title...")
.build())
.version("1.0.0")
.build());
}
}
resources:
myCatalogmcpversion:
type: konnect:CatalogMcpVersion
name: my_catalogmcpversion
properties:
catalogMcpId: a0119846-f179-4d9f-a168-d701facce7fb
packages:
- environmentVariables:
- choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
name: SOME_VARIABLE
placeholder: '...my_placeholder...'
value: '...my_value...'
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
fileSha256: fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce
identifier: '@modelcontextprotocol/server-brave-search'
packageArguments:
- positionalArgument:
valueHint:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRepeated: false
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
valueHint: file_path
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
registry:
baseUrl: https://registry.npmjs.org
type: npm
runtime:
arguments:
- positionalArgument:
valueHint:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRepeated: false
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
valueHint: file_path
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
hint: npx
transport:
streamableHttpTransport:
headers:
- choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
name: SOME_VARIABLE
placeholder: '...my_placeholder...'
value: '...my_value...'
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
url: https://api.example.com/mcp
version: 1.0.2
prompts:
- arguments:
- description: '...my_description...'
name: '...my_name...'
required: true
title: '...my_title...'
description: '...my_description...'
name: '...my_name...'
title: '...my_title...'
remotes:
- sseTransport:
headers:
- choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
name: SOME_VARIABLE
placeholder: '...my_placeholder...'
value: '...my_value...'
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
url: https://mcp-fs.example.com/sse
variables:
key:
choices: []
default: '...my_default...'
description: '...my_description...'
format: string
isRequired: false
isSecret: false
placeholder: '...my_placeholder...'
value: '...my_value...'
resources:
- annotations:
audiences:
- user
lastModified: 2022-01-13T18:36:08.022Z
priority: 9.94
description: '...my_description...'
mimeType: '...my_mime_type...'
name: my-resource
size: 0.24
title: '...my_title...'
uri: '...my_uri...'
tools:
- annotations:
destructiveHint: false
idempotentHint: false
openWorldHint: true
readOnlyHint: false
title: '...my_title...'
description: '...my_description...'
inputSchema: '{ "see": "documentation" }'
name: my-tool
outputSchema: '{ "see": "documentation" }'
title: '...my_title...'
version: 1.0.0
Example coming soon!
Create CatalogMcpVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CatalogMcpVersion(name: string, args: CatalogMcpVersionArgs, opts?: CustomResourceOptions);@overload
def CatalogMcpVersion(resource_name: str,
args: CatalogMcpVersionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CatalogMcpVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
catalog_mcp_id: Optional[str] = None,
version: Optional[str] = None,
packages: Optional[Sequence[CatalogMcpVersionPackageArgs]] = None,
prompts: Optional[Sequence[CatalogMcpVersionPromptArgs]] = None,
remotes: Optional[Sequence[CatalogMcpVersionRemoteArgs]] = None,
resources: Optional[Sequence[CatalogMcpVersionResourceArgs]] = None,
tools: Optional[Sequence[CatalogMcpVersionToolArgs]] = None)func NewCatalogMcpVersion(ctx *Context, name string, args CatalogMcpVersionArgs, opts ...ResourceOption) (*CatalogMcpVersion, error)public CatalogMcpVersion(string name, CatalogMcpVersionArgs args, CustomResourceOptions? opts = null)
public CatalogMcpVersion(String name, CatalogMcpVersionArgs args)
public CatalogMcpVersion(String name, CatalogMcpVersionArgs args, CustomResourceOptions options)
type: konnect:CatalogMcpVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "konnect_catalog_mcp_version" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CatalogMcpVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CatalogMcpVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CatalogMcpVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CatalogMcpVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CatalogMcpVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CatalogMcpVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CatalogMcpVersion resource accepts the following input properties:
- Catalog
Mcp stringId - The unique identifier of the MCP.
- Version string
- User-supplied version label.
- Packages
List<Catalog
Mcp Version Package> - Prompts
List<Catalog
Mcp Version Prompt> - Remotes
List<Catalog
Mcp Version Remote> - Resources
List<Catalog
Mcp Version Resource> - Tools
List<Catalog
Mcp Version Tool>
- Catalog
Mcp stringId - The unique identifier of the MCP.
- Version string
- User-supplied version label.
- Packages
[]Catalog
Mcp Version Package Args - Prompts
[]Catalog
Mcp Version Prompt Args - Remotes
[]Catalog
Mcp Version Remote Args - Resources
[]Catalog
Mcp Version Resource Args - Tools
[]Catalog
Mcp Version Tool Args
- catalog_
mcp_ stringid - The unique identifier of the MCP.
- version string
- User-supplied version label.
- packages list(object)
- prompts list(object)
- remotes list(object)
- resources list(object)
- tools list(object)
- catalog
Mcp StringId - The unique identifier of the MCP.
- version String
- User-supplied version label.
- packages
List<Catalog
Mcp Version Package> - prompts
List<Catalog
Mcp Version Prompt> - remotes
List<Catalog
Mcp Version Remote> - resources
List<Catalog
Mcp Version Resource> - tools
List<Catalog
Mcp Version Tool>
- catalog
Mcp stringId - The unique identifier of the MCP.
- version string
- User-supplied version label.
- packages
Catalog
Mcp Version Package[] - prompts
Catalog
Mcp Version Prompt[] - remotes
Catalog
Mcp Version Remote[] - resources
Catalog
Mcp Version Resource[] - tools
Catalog
Mcp Version Tool[]
- catalog_
mcp_ strid - The unique identifier of the MCP.
- version str
- User-supplied version label.
- packages
Sequence[Catalog
Mcp Version Package Args] - prompts
Sequence[Catalog
Mcp Version Prompt Args] - remotes
Sequence[Catalog
Mcp Version Remote Args] - resources
Sequence[Catalog
Mcp Version Resource Args] - tools
Sequence[Catalog
Mcp Version Tool Args]
- catalog
Mcp StringId - The unique identifier of the MCP.
- version String
- User-supplied version label.
- packages List<Property Map>
- prompts List<Property Map>
- remotes List<Property Map>
- resources List<Property Map>
- tools List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the CatalogMcpVersion resource produces the following output properties:
- created_
at string - An ISO-8601 timestamp representation of entity creation date.
- id string
- The provider-assigned unique ID for this managed resource.
- updated_
at string - An ISO-8601 timestamp representation of entity update date.
- created_
at str - An ISO-8601 timestamp representation of entity creation date.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str - An ISO-8601 timestamp representation of entity update date.
Look up Existing CatalogMcpVersion Resource
Get an existing CatalogMcpVersion resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CatalogMcpVersionState, opts?: CustomResourceOptions): CatalogMcpVersion@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
catalog_mcp_id: Optional[str] = None,
created_at: Optional[str] = None,
packages: Optional[Sequence[CatalogMcpVersionPackageArgs]] = None,
prompts: Optional[Sequence[CatalogMcpVersionPromptArgs]] = None,
remotes: Optional[Sequence[CatalogMcpVersionRemoteArgs]] = None,
resources: Optional[Sequence[CatalogMcpVersionResourceArgs]] = None,
tools: Optional[Sequence[CatalogMcpVersionToolArgs]] = None,
updated_at: Optional[str] = None,
version: Optional[str] = None) -> CatalogMcpVersionfunc GetCatalogMcpVersion(ctx *Context, name string, id IDInput, state *CatalogMcpVersionState, opts ...ResourceOption) (*CatalogMcpVersion, error)public static CatalogMcpVersion Get(string name, Input<string> id, CatalogMcpVersionState? state, CustomResourceOptions? opts = null)public static CatalogMcpVersion get(String name, Output<String> id, CatalogMcpVersionState state, CustomResourceOptions options)resources: _: type: konnect:CatalogMcpVersion get: id: ${id}import {
to = konnect_catalog_mcp_version.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Catalog
Mcp stringId - The unique identifier of the MCP.
- Created
At string - An ISO-8601 timestamp representation of entity creation date.
- Packages
List<Catalog
Mcp Version Package> - Prompts
List<Catalog
Mcp Version Prompt> - Remotes
List<Catalog
Mcp Version Remote> - Resources
List<Catalog
Mcp Version Resource> - Tools
List<Catalog
Mcp Version Tool> - Updated
At string - An ISO-8601 timestamp representation of entity update date.
- Version string
- User-supplied version label.
- Catalog
Mcp stringId - The unique identifier of the MCP.
- Created
At string - An ISO-8601 timestamp representation of entity creation date.
- Packages
[]Catalog
Mcp Version Package Args - Prompts
[]Catalog
Mcp Version Prompt Args - Remotes
[]Catalog
Mcp Version Remote Args - Resources
[]Catalog
Mcp Version Resource Args - Tools
[]Catalog
Mcp Version Tool Args - Updated
At string - An ISO-8601 timestamp representation of entity update date.
- Version string
- User-supplied version label.
- catalog_
mcp_ stringid - The unique identifier of the MCP.
- created_
at string - An ISO-8601 timestamp representation of entity creation date.
- packages list(object)
- prompts list(object)
- remotes list(object)
- resources list(object)
- tools list(object)
- updated_
at string - An ISO-8601 timestamp representation of entity update date.
- version string
- User-supplied version label.
- catalog
Mcp StringId - The unique identifier of the MCP.
- created
At String - An ISO-8601 timestamp representation of entity creation date.
- packages
List<Catalog
Mcp Version Package> - prompts
List<Catalog
Mcp Version Prompt> - remotes
List<Catalog
Mcp Version Remote> - resources
List<Catalog
Mcp Version Resource> - tools
List<Catalog
Mcp Version Tool> - updated
At String - An ISO-8601 timestamp representation of entity update date.
- version String
- User-supplied version label.
- catalog
Mcp stringId - The unique identifier of the MCP.
- created
At string - An ISO-8601 timestamp representation of entity creation date.
- packages
Catalog
Mcp Version Package[] - prompts
Catalog
Mcp Version Prompt[] - remotes
Catalog
Mcp Version Remote[] - resources
Catalog
Mcp Version Resource[] - tools
Catalog
Mcp Version Tool[] - updated
At string - An ISO-8601 timestamp representation of entity update date.
- version string
- User-supplied version label.
- catalog_
mcp_ strid - The unique identifier of the MCP.
- created_
at str - An ISO-8601 timestamp representation of entity creation date.
- packages
Sequence[Catalog
Mcp Version Package Args] - prompts
Sequence[Catalog
Mcp Version Prompt Args] - remotes
Sequence[Catalog
Mcp Version Remote Args] - resources
Sequence[Catalog
Mcp Version Resource Args] - tools
Sequence[Catalog
Mcp Version Tool Args] - updated_
at str - An ISO-8601 timestamp representation of entity update date.
- version str
- User-supplied version label.
- catalog
Mcp StringId - The unique identifier of the MCP.
- created
At String - An ISO-8601 timestamp representation of entity creation date.
- packages List<Property Map>
- prompts List<Property Map>
- remotes List<Property Map>
- resources List<Property Map>
- tools List<Property Map>
- updated
At String - An ISO-8601 timestamp representation of entity update date.
- version String
- User-supplied version label.
Supporting Types
CatalogMcpVersionPackage, CatalogMcpVersionPackageArgs
- Environment
Variables List<CatalogMcp Version Package Environment Variable> - Environment variables to be set when running the package.
- File
Sha256 string - SHA-256 hash of the package file for integrity verification.
- Identifier string
- Package identifier — either a package name or URL. Not Null
- Package
Arguments List<CatalogMcp Version Package Package Argument> - A list of arguments to be passed to the package's binary.
- Registry
Catalog
Mcp Version Package Registry - Package registry details. Not Null
- Runtime
Catalog
Mcp Version Package Runtime - Runtime configuration for executing the package
- Transport
Catalog
Mcp Version Package Transport - Transport protocol configuration for the package. Not Null
- Version string
- Package version. Must be a specific version.
- Environment
Variables []CatalogMcp Version Package Environment Variable - Environment variables to be set when running the package.
- File
Sha256 string - SHA-256 hash of the package file for integrity verification.
- Identifier string
- Package identifier — either a package name or URL. Not Null
- Package
Arguments []CatalogMcp Version Package Package Argument - A list of arguments to be passed to the package's binary.
- Registry
Catalog
Mcp Version Package Registry - Package registry details. Not Null
- Runtime
Catalog
Mcp Version Package Runtime - Runtime configuration for executing the package
- Transport
Catalog
Mcp Version Package Transport - Transport protocol configuration for the package. Not Null
- Version string
- Package version. Must be a specific version.
- environment_
variables list(object) - Environment variables to be set when running the package.
- file_
sha256 string - SHA-256 hash of the package file for integrity verification.
- identifier string
- Package identifier — either a package name or URL. Not Null
- package_
arguments list(object) - A list of arguments to be passed to the package's binary.
- registry object
- Package registry details. Not Null
- runtime object
- Runtime configuration for executing the package
- transport object
- Transport protocol configuration for the package. Not Null
- version string
- Package version. Must be a specific version.
- environment
Variables List<CatalogMcp Version Package Environment Variable> - Environment variables to be set when running the package.
- file
Sha256 String - SHA-256 hash of the package file for integrity verification.
- identifier String
- Package identifier — either a package name or URL. Not Null
- package
Arguments List<CatalogMcp Version Package Package Argument> - A list of arguments to be passed to the package's binary.
- registry
Catalog
Mcp Version Package Registry - Package registry details. Not Null
- runtime
Catalog
Mcp Version Package Runtime - Runtime configuration for executing the package
- transport
Catalog
Mcp Version Package Transport - Transport protocol configuration for the package. Not Null
- version String
- Package version. Must be a specific version.
- environment
Variables CatalogMcp Version Package Environment Variable[] - Environment variables to be set when running the package.
- file
Sha256 string - SHA-256 hash of the package file for integrity verification.
- identifier string
- Package identifier — either a package name or URL. Not Null
- package
Arguments CatalogMcp Version Package Package Argument[] - A list of arguments to be passed to the package's binary.
- registry
Catalog
Mcp Version Package Registry - Package registry details. Not Null
- runtime
Catalog
Mcp Version Package Runtime - Runtime configuration for executing the package
- transport
Catalog
Mcp Version Package Transport - Transport protocol configuration for the package. Not Null
- version string
- Package version. Must be a specific version.
- environment_
variables Sequence[CatalogMcp Version Package Environment Variable] - Environment variables to be set when running the package.
- file_
sha256 str - SHA-256 hash of the package file for integrity verification.
- identifier str
- Package identifier — either a package name or URL. Not Null
- package_
arguments Sequence[CatalogMcp Version Package Package Argument] - A list of arguments to be passed to the package's binary.
- registry
Catalog
Mcp Version Package Registry - Package registry details. Not Null
- runtime
Catalog
Mcp Version Package Runtime - Runtime configuration for executing the package
- transport
Catalog
Mcp Version Package Transport - Transport protocol configuration for the package. Not Null
- version str
- Package version. Must be a specific version.
- environment
Variables List<Property Map> - Environment variables to be set when running the package.
- file
Sha256 String - SHA-256 hash of the package file for integrity verification.
- identifier String
- Package identifier — either a package name or URL. Not Null
- package
Arguments List<Property Map> - A list of arguments to be passed to the package's binary.
- registry Property Map
- Package registry details. Not Null
- runtime Property Map
- Runtime configuration for executing the package
- transport Property Map
- Transport protocol configuration for the package. Not Null
- version String
- Package version. Must be a specific version.
CatalogMcpVersionPackageEnvironmentVariable, CatalogMcpVersionPackageEnvironmentVariableArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Package Environment Variable Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Package Environment Variable Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Package Environment Variable Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Package Environment Variable Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- Name of the header or environment variable. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Package Environment Variable Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageEnvironmentVariableVariables, CatalogMcpVersionPackageEnvironmentVariableVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackagePackageArgument, CatalogMcpVersionPackagePackageArgumentArgs
- Named
Argument CatalogMcp Version Package Package Argument Named Argument - A command-line
--flag={value}. - Positional
Argument CatalogMcp Version Package Package Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- Named
Argument CatalogMcp Version Package Package Argument Named Argument - A command-line
--flag={value}. - Positional
Argument CatalogMcp Version Package Package Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named_
argument object - A command-line
--flag={value}. - positional_
argument object - A positional input is a value inserted verbatim into the command line.
- named
Argument CatalogMcp Version Package Package Argument Named Argument - A command-line
--flag={value}. - positional
Argument CatalogMcp Version Package Package Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named
Argument CatalogMcp Version Package Package Argument Named Argument - A command-line
--flag={value}. - positional
Argument CatalogMcp Version Package Package Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named_
argument CatalogMcp Version Package Package Argument Named Argument - A command-line
--flag={value}. - positional_
argument CatalogMcp Version Package Package Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named
Argument Property Map - A command-line
--flag={value}. - positional
Argument Property Map - A positional input is a value inserted verbatim into the command line.
CatalogMcpVersionPackagePackageArgumentNamedArgument, CatalogMcpVersionPackagePackageArgumentNamedArgumentArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- The flag name, including any leading dashes. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Package Package Argument Named Argument Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- The flag name, including any leading dashes. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Package Package Argument Named Argument Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- The flag name, including any leading dashes. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- The flag name, including any leading dashes. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Package Package Argument Named Argument Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- The flag name, including any leading dashes. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Package Package Argument Named Argument Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- The flag name, including any leading dashes. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Package Package Argument Named Argument Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- The flag name, including any leading dashes. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackagePackageArgumentNamedArgumentVariables, CatalogMcpVersionPackagePackageArgumentNamedArgumentVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackagePackageArgumentPositionalArgument, CatalogMcpVersionPackagePackageArgumentPositionalArgumentArgs
CatalogMcpVersionPackagePackageArgumentPositionalArgumentValue, CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input. Not Null
- Value
Hint string - An identifier for the positional argument.
- Variables
Dictionary<string, Catalog
Mcp Version Package Package Argument Positional Argument Value Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input. Not Null
- Value
Hint string - An identifier for the positional argument.
- Variables
map[string]Catalog
Mcp Version Package Package Argument Positional Argument Value Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input. Not Null
- value_
hint string - An identifier for the positional argument.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input. Not Null
- value
Hint String - An identifier for the positional argument.
- variables
Map<String,Catalog
Mcp Version Package Package Argument Positional Argument Value Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input. Not Null
- value
Hint string - An identifier for the positional argument.
- variables
{[key: string]: Catalog
Mcp Version Package Package Argument Positional Argument Value Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input. Not Null
- value_
hint str - An identifier for the positional argument.
- variables
Mapping[str, Catalog
Mcp Version Package Package Argument Positional Argument Value Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input. Not Null
- value
Hint String - An identifier for the positional argument.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHint, CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Value
Hint string - An identifier for the positional argument. Not Null
- Variables
Dictionary<string, Catalog
Mcp Version Package Package Argument Positional Argument Value Hint Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Value
Hint string - An identifier for the positional argument. Not Null
- Variables
map[string]Catalog
Mcp Version Package Package Argument Positional Argument Value Hint Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- value_
hint string - An identifier for the positional argument. Not Null
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- value
Hint String - An identifier for the positional argument. Not Null
- variables
Map<String,Catalog
Mcp Version Package Package Argument Positional Argument Value Hint Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- value
Hint string - An identifier for the positional argument. Not Null
- variables
{[key: string]: Catalog
Mcp Version Package Package Argument Positional Argument Value Hint Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- value_
hint str - An identifier for the positional argument. Not Null
- variables
Mapping[str, Catalog
Mcp Version Package Package Argument Positional Argument Value Hint Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- value
Hint String - An identifier for the positional argument. Not Null
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariables, CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueHintVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueVariables, CatalogMcpVersionPackagePackageArgumentPositionalArgumentValueVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackageRegistry, CatalogMcpVersionPackageRegistryArgs
CatalogMcpVersionPackageRuntime, CatalogMcpVersionPackageRuntimeArgs
- Arguments
List<Catalog
Mcp Version Package Runtime Argument> - A list of arguments to be passed to the package's runtime command.
- Hint string
- A hint to help clients determine the appropriate runtime for the package.
- Arguments
[]Catalog
Mcp Version Package Runtime Argument - A list of arguments to be passed to the package's runtime command.
- Hint string
- A hint to help clients determine the appropriate runtime for the package.
- arguments list(object)
- A list of arguments to be passed to the package's runtime command.
- hint string
- A hint to help clients determine the appropriate runtime for the package.
- arguments
List<Catalog
Mcp Version Package Runtime Argument> - A list of arguments to be passed to the package's runtime command.
- hint String
- A hint to help clients determine the appropriate runtime for the package.
- arguments
Catalog
Mcp Version Package Runtime Argument[] - A list of arguments to be passed to the package's runtime command.
- hint string
- A hint to help clients determine the appropriate runtime for the package.
- arguments
Sequence[Catalog
Mcp Version Package Runtime Argument] - A list of arguments to be passed to the package's runtime command.
- hint str
- A hint to help clients determine the appropriate runtime for the package.
- arguments List<Property Map>
- A list of arguments to be passed to the package's runtime command.
- hint String
- A hint to help clients determine the appropriate runtime for the package.
CatalogMcpVersionPackageRuntimeArgument, CatalogMcpVersionPackageRuntimeArgumentArgs
- Named
Argument CatalogMcp Version Package Runtime Argument Named Argument - A command-line
--flag={value}. - Positional
Argument CatalogMcp Version Package Runtime Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- Named
Argument CatalogMcp Version Package Runtime Argument Named Argument - A command-line
--flag={value}. - Positional
Argument CatalogMcp Version Package Runtime Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named_
argument object - A command-line
--flag={value}. - positional_
argument object - A positional input is a value inserted verbatim into the command line.
- named
Argument CatalogMcp Version Package Runtime Argument Named Argument - A command-line
--flag={value}. - positional
Argument CatalogMcp Version Package Runtime Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named
Argument CatalogMcp Version Package Runtime Argument Named Argument - A command-line
--flag={value}. - positional
Argument CatalogMcp Version Package Runtime Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named_
argument CatalogMcp Version Package Runtime Argument Named Argument - A command-line
--flag={value}. - positional_
argument CatalogMcp Version Package Runtime Argument Positional Argument - A positional input is a value inserted verbatim into the command line.
- named
Argument Property Map - A command-line
--flag={value}. - positional
Argument Property Map - A positional input is a value inserted verbatim into the command line.
CatalogMcpVersionPackageRuntimeArgumentNamedArgument, CatalogMcpVersionPackageRuntimeArgumentNamedArgumentArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- The flag name, including any leading dashes. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Package Runtime Argument Named Argument Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- The flag name, including any leading dashes. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Package Runtime Argument Named Argument Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- The flag name, including any leading dashes. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- The flag name, including any leading dashes. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Package Runtime Argument Named Argument Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- The flag name, including any leading dashes. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Package Runtime Argument Named Argument Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- The flag name, including any leading dashes. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Package Runtime Argument Named Argument Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- The flag name, including any leading dashes. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageRuntimeArgumentNamedArgumentVariables, CatalogMcpVersionPackageRuntimeArgumentNamedArgumentVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackageRuntimeArgumentPositionalArgument, CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentArgs
CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValue, CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input. Not Null
- Value
Hint string - An identifier for the positional argument.
- Variables
Dictionary<string, Catalog
Mcp Version Package Runtime Argument Positional Argument Value Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input. Not Null
- Value
Hint string - An identifier for the positional argument.
- Variables
map[string]Catalog
Mcp Version Package Runtime Argument Positional Argument Value Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input. Not Null
- value_
hint string - An identifier for the positional argument.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input. Not Null
- value
Hint String - An identifier for the positional argument.
- variables
Map<String,Catalog
Mcp Version Package Runtime Argument Positional Argument Value Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input. Not Null
- value
Hint string - An identifier for the positional argument.
- variables
{[key: string]: Catalog
Mcp Version Package Runtime Argument Positional Argument Value Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input. Not Null
- value_
hint str - An identifier for the positional argument.
- variables
Mapping[str, Catalog
Mcp Version Package Runtime Argument Positional Argument Value Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input. Not Null
- value
Hint String - An identifier for the positional argument.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHint, CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Value
Hint string - An identifier for the positional argument. Not Null
- Variables
Dictionary<string, Catalog
Mcp Version Package Runtime Argument Positional Argument Value Hint Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Repeated bool - Whether the argument can be repeated multiple times. Default: false
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Value
Hint string - An identifier for the positional argument. Not Null
- Variables
map[string]Catalog
Mcp Version Package Runtime Argument Positional Argument Value Hint Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- value_
hint string - An identifier for the positional argument. Not Null
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- value
Hint String - An identifier for the positional argument. Not Null
- variables
Map<String,Catalog
Mcp Version Package Runtime Argument Positional Argument Value Hint Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- value
Hint string - An identifier for the positional argument. Not Null
- variables
{[key: string]: Catalog
Mcp Version Package Runtime Argument Positional Argument Value Hint Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
repeated bool - Whether the argument can be repeated multiple times. Default: false
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- value_
hint str - An identifier for the positional argument. Not Null
- variables
Mapping[str, Catalog
Mcp Version Package Runtime Argument Positional Argument Value Hint Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Repeated Boolean - Whether the argument can be repeated multiple times. Default: false
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- value
Hint String - An identifier for the positional argument. Not Null
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariables, CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueHintVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueVariables, CatalogMcpVersionPackageRuntimeArgumentPositionalArgumentValueVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackageTransport, CatalogMcpVersionPackageTransportArgs
CatalogMcpVersionPackageTransportSseTransport, CatalogMcpVersionPackageTransportSseTransportArgs
- Headers
List<Catalog
Mcp Version Package Transport Sse Transport Header> - HTTP headers to include
- Url string
- Server-Sent Events endpoint URL template. Not Null
- Headers
[]Catalog
Mcp Version Package Transport Sse Transport Header - HTTP headers to include
- Url string
- Server-Sent Events endpoint URL template. Not Null
- headers list(object)
- HTTP headers to include
- url string
- Server-Sent Events endpoint URL template. Not Null
- headers
List<Catalog
Mcp Version Package Transport Sse Transport Header> - HTTP headers to include
- url String
- Server-Sent Events endpoint URL template. Not Null
- headers
Catalog
Mcp Version Package Transport Sse Transport Header[] - HTTP headers to include
- url string
- Server-Sent Events endpoint URL template. Not Null
- headers
Sequence[Catalog
Mcp Version Package Transport Sse Transport Header] - HTTP headers to include
- url str
- Server-Sent Events endpoint URL template. Not Null
- headers List<Property Map>
- HTTP headers to include
- url String
- Server-Sent Events endpoint URL template. Not Null
CatalogMcpVersionPackageTransportSseTransportHeader, CatalogMcpVersionPackageTransportSseTransportHeaderArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Package Transport Sse Transport Header Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Package Transport Sse Transport Header Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Package Transport Sse Transport Header Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Package Transport Sse Transport Header Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- Name of the header or environment variable. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Package Transport Sse Transport Header Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageTransportSseTransportHeaderVariables, CatalogMcpVersionPackageTransportSseTransportHeaderVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPackageTransportStreamableHttpTransport, CatalogMcpVersionPackageTransportStreamableHttpTransportArgs
- Headers
List<Catalog
Mcp Version Package Transport Streamable Http Transport Header> - HTTP headers to include
- Url string
- URL template for the streamable-http transport. Not Null
- Headers
[]Catalog
Mcp Version Package Transport Streamable Http Transport Header - HTTP headers to include
- Url string
- URL template for the streamable-http transport. Not Null
- headers list(object)
- HTTP headers to include
- url string
- URL template for the streamable-http transport. Not Null
- headers
List<Catalog
Mcp Version Package Transport Streamable Http Transport Header> - HTTP headers to include
- url String
- URL template for the streamable-http transport. Not Null
- headers
Catalog
Mcp Version Package Transport Streamable Http Transport Header[] - HTTP headers to include
- url string
- URL template for the streamable-http transport. Not Null
- headers
Sequence[Catalog
Mcp Version Package Transport Streamable Http Transport Header] - HTTP headers to include
- url str
- URL template for the streamable-http transport. Not Null
- headers List<Property Map>
- HTTP headers to include
- url String
- URL template for the streamable-http transport. Not Null
CatalogMcpVersionPackageTransportStreamableHttpTransportHeader, CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Package Transport Streamable Http Transport Header Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Package Transport Streamable Http Transport Header Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Package Transport Streamable Http Transport Header Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Package Transport Streamable Http Transport Header Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- Name of the header or environment variable. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Package Transport Streamable Http Transport Header Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariables, CatalogMcpVersionPackageTransportStreamableHttpTransportHeaderVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionPrompt, CatalogMcpVersionPromptArgs
- Arguments
List<Catalog
Mcp Version Prompt Argument> - List of arguments to use for templating the prompt.
- Description string
- Detailed description of the prompt's purpose and usage.
- Name string
- Machine/programmatic name of the prompt. Not Null
- Title string
- Human-readable name of the prompt.
- Arguments
[]Catalog
Mcp Version Prompt Argument - List of arguments to use for templating the prompt.
- Description string
- Detailed description of the prompt's purpose and usage.
- Name string
- Machine/programmatic name of the prompt. Not Null
- Title string
- Human-readable name of the prompt.
- arguments list(object)
- List of arguments to use for templating the prompt.
- description string
- Detailed description of the prompt's purpose and usage.
- name string
- Machine/programmatic name of the prompt. Not Null
- title string
- Human-readable name of the prompt.
- arguments
List<Catalog
Mcp Version Prompt Argument> - List of arguments to use for templating the prompt.
- description String
- Detailed description of the prompt's purpose and usage.
- name String
- Machine/programmatic name of the prompt. Not Null
- title String
- Human-readable name of the prompt.
- arguments
Catalog
Mcp Version Prompt Argument[] - List of arguments to use for templating the prompt.
- description string
- Detailed description of the prompt's purpose and usage.
- name string
- Machine/programmatic name of the prompt. Not Null
- title string
- Human-readable name of the prompt.
- arguments
Sequence[Catalog
Mcp Version Prompt Argument] - List of arguments to use for templating the prompt.
- description str
- Detailed description of the prompt's purpose and usage.
- name str
- Machine/programmatic name of the prompt. Not Null
- title str
- Human-readable name of the prompt.
- arguments List<Property Map>
- List of arguments to use for templating the prompt.
- description String
- Detailed description of the prompt's purpose and usage.
- name String
- Machine/programmatic name of the prompt. Not Null
- title String
- Human-readable name of the prompt.
CatalogMcpVersionPromptArgument, CatalogMcpVersionPromptArgumentArgs
- Description string
- Detailed description of the prompt argument.
- Name string
- Machine/programmatic name of the prompt argument. Not Null
- Required bool
- Indicates if the prompt argument is required.
- Title string
- Human-readable name of the prompt argument.
- Description string
- Detailed description of the prompt argument.
- Name string
- Machine/programmatic name of the prompt argument. Not Null
- Required bool
- Indicates if the prompt argument is required.
- Title string
- Human-readable name of the prompt argument.
- description string
- Detailed description of the prompt argument.
- name string
- Machine/programmatic name of the prompt argument. Not Null
- required bool
- Indicates if the prompt argument is required.
- title string
- Human-readable name of the prompt argument.
- description String
- Detailed description of the prompt argument.
- name String
- Machine/programmatic name of the prompt argument. Not Null
- required Boolean
- Indicates if the prompt argument is required.
- title String
- Human-readable name of the prompt argument.
- description string
- Detailed description of the prompt argument.
- name string
- Machine/programmatic name of the prompt argument. Not Null
- required boolean
- Indicates if the prompt argument is required.
- title string
- Human-readable name of the prompt argument.
- description str
- Detailed description of the prompt argument.
- name str
- Machine/programmatic name of the prompt argument. Not Null
- required bool
- Indicates if the prompt argument is required.
- title str
- Human-readable name of the prompt argument.
- description String
- Detailed description of the prompt argument.
- name String
- Machine/programmatic name of the prompt argument. Not Null
- required Boolean
- Indicates if the prompt argument is required.
- title String
- Human-readable name of the prompt argument.
CatalogMcpVersionRemote, CatalogMcpVersionRemoteArgs
CatalogMcpVersionRemoteSseTransport, CatalogMcpVersionRemoteSseTransportArgs
- Headers
List<Catalog
Mcp Version Remote Sse Transport Header> - HTTP headers to include
- Url string
- Server-Sent Events endpoint URL template. Not Null
- Variables
Dictionary<string, Catalog
Mcp Version Remote Sse Transport Variables> - Configuration variables that can be referenced in URL template {curly*braces}.
- Headers
[]Catalog
Mcp Version Remote Sse Transport Header - HTTP headers to include
- Url string
- Server-Sent Events endpoint URL template. Not Null
- Variables
map[string]Catalog
Mcp Version Remote Sse Transport Variables - Configuration variables that can be referenced in URL template {curly*braces}.
- headers list(object)
- HTTP headers to include
- url string
- Server-Sent Events endpoint URL template. Not Null
- variables map(object)
- Configuration variables that can be referenced in URL template {curly*braces}.
- headers
List<Catalog
Mcp Version Remote Sse Transport Header> - HTTP headers to include
- url String
- Server-Sent Events endpoint URL template. Not Null
- variables
Map<String,Catalog
Mcp Version Remote Sse Transport Variables> - Configuration variables that can be referenced in URL template {curly*braces}.
- headers
Catalog
Mcp Version Remote Sse Transport Header[] - HTTP headers to include
- url string
- Server-Sent Events endpoint URL template. Not Null
- variables
{[key: string]: Catalog
Mcp Version Remote Sse Transport Variables} - Configuration variables that can be referenced in URL template {curly*braces}.
- headers
Sequence[Catalog
Mcp Version Remote Sse Transport Header] - HTTP headers to include
- url str
- Server-Sent Events endpoint URL template. Not Null
- variables
Mapping[str, Catalog
Mcp Version Remote Sse Transport Variables] - Configuration variables that can be referenced in URL template {curly*braces}.
- headers List<Property Map>
- HTTP headers to include
- url String
- Server-Sent Events endpoint URL template. Not Null
- variables Map<Property Map>
- Configuration variables that can be referenced in URL template {curly*braces}.
CatalogMcpVersionRemoteSseTransportHeader, CatalogMcpVersionRemoteSseTransportHeaderArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Remote Sse Transport Header Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Remote Sse Transport Header Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Remote Sse Transport Header Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Remote Sse Transport Header Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- Name of the header or environment variable. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Remote Sse Transport Header Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionRemoteSseTransportHeaderVariables, CatalogMcpVersionRemoteSseTransportHeaderVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionRemoteSseTransportVariables, CatalogMcpVersionRemoteSseTransportVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionRemoteStreamableHttpTransport, CatalogMcpVersionRemoteStreamableHttpTransportArgs
- Headers
List<Catalog
Mcp Version Remote Streamable Http Transport Header> - HTTP headers to include
- Url string
- URL template for the streamable-http transport. Not Null
- Variables
Dictionary<string, Catalog
Mcp Version Remote Streamable Http Transport Variables> - Configuration variables that can be referenced in URL template {curly*braces}.
- Headers
[]Catalog
Mcp Version Remote Streamable Http Transport Header - HTTP headers to include
- Url string
- URL template for the streamable-http transport. Not Null
- Variables
map[string]Catalog
Mcp Version Remote Streamable Http Transport Variables - Configuration variables that can be referenced in URL template {curly*braces}.
- headers list(object)
- HTTP headers to include
- url string
- URL template for the streamable-http transport. Not Null
- variables map(object)
- Configuration variables that can be referenced in URL template {curly*braces}.
- headers
List<Catalog
Mcp Version Remote Streamable Http Transport Header> - HTTP headers to include
- url String
- URL template for the streamable-http transport. Not Null
- variables
Map<String,Catalog
Mcp Version Remote Streamable Http Transport Variables> - Configuration variables that can be referenced in URL template {curly*braces}.
- headers
Catalog
Mcp Version Remote Streamable Http Transport Header[] - HTTP headers to include
- url string
- URL template for the streamable-http transport. Not Null
- variables
{[key: string]: Catalog
Mcp Version Remote Streamable Http Transport Variables} - Configuration variables that can be referenced in URL template {curly*braces}.
- headers
Sequence[Catalog
Mcp Version Remote Streamable Http Transport Header] - HTTP headers to include
- url str
- URL template for the streamable-http transport. Not Null
- variables
Mapping[str, Catalog
Mcp Version Remote Streamable Http Transport Variables] - Configuration variables that can be referenced in URL template {curly*braces}.
- headers List<Property Map>
- HTTP headers to include
- url String
- URL template for the streamable-http transport. Not Null
- variables Map<Property Map>
- Configuration variables that can be referenced in URL template {curly*braces}.
CatalogMcpVersionRemoteStreamableHttpTransportHeader, CatalogMcpVersionRemoteStreamableHttpTransportHeaderArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
Dictionary<string, Catalog
Mcp Version Remote Streamable Http Transport Header Variables> - A map of variable names to their values.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Name string
- Name of the header or environment variable. Not Null
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Variables
map[string]Catalog
Mcp Version Remote Streamable Http Transport Header Variables - A map of variable names to their values.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables map(object)
- A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables
Map<String,Catalog
Mcp Version Remote Streamable Http Transport Header Variables> - A map of variable names to their values.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- name string
- Name of the header or environment variable. Not Null
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- variables
{[key: string]: Catalog
Mcp Version Remote Streamable Http Transport Header Variables} - A map of variable names to their values.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- name str
- Name of the header or environment variable. Not Null
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- variables
Mapping[str, Catalog
Mcp Version Remote Streamable Http Transport Header Variables] - A map of variable names to their values.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- name String
- Name of the header or environment variable. Not Null
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- variables Map<Property Map>
- A map of variable names to their values.
CatalogMcpVersionRemoteStreamableHttpTransportHeaderVariables, CatalogMcpVersionRemoteStreamableHttpTransportHeaderVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionRemoteStreamableHttpTransportVariables, CatalogMcpVersionRemoteStreamableHttpTransportVariablesArgs
- Choices List<string>
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- Choices []string
- A list of possible values for the input.
- Default string
- The default value for the input.
- Description string
- A description of the input.
- Format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- Is
Required bool - Default: false
- Is
Secret bool - Indicates whether the input is a secret value. Default: false
- Placeholder string
- A placeholder for the input to be displayed during configuration.
- Value string
- The value for the input.
- choices list(string)
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default_ String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
- choices string[]
- A list of possible values for the input.
- default string
- The default value for the input.
- description string
- A description of the input.
- format string
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required boolean - Default: false
- is
Secret boolean - Indicates whether the input is a secret value. Default: false
- placeholder string
- A placeholder for the input to be displayed during configuration.
- value string
- The value for the input.
- choices Sequence[str]
- A list of possible values for the input.
- default str
- The default value for the input.
- description str
- A description of the input.
- format str
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is_
required bool - Default: false
- is_
secret bool - Indicates whether the input is a secret value. Default: false
- placeholder str
- A placeholder for the input to be displayed during configuration.
- value str
- The value for the input.
- choices List<String>
- A list of possible values for the input.
- default String
- The default value for the input.
- description String
- A description of the input.
- format String
- Specifies the input format. possible known values include one of ["string", "number", "boolean", "filepath"]; Default: "string"
- is
Required Boolean - Default: false
- is
Secret Boolean - Indicates whether the input is a secret value. Default: false
- placeholder String
- A placeholder for the input to be displayed during configuration.
- value String
- The value for the input.
CatalogMcpVersionResource, CatalogMcpVersionResourceArgs
- Annotations
Catalog
Mcp Version Resource Annotations - Description string
- Detailed description of what the resource represents.
- Mime
Type string - The MIME type of the resource, if known.
- Name string
- Machine/programmatic name of the resource. Not Null
- Size double
- The size of the raw resource content, in bytes, if known.
- Title string
- Human-readable name of the resource.
- Uri string
- The URI of the resource. Not Null
- Annotations
Catalog
Mcp Version Resource Annotations - Description string
- Detailed description of what the resource represents.
- Mime
Type string - The MIME type of the resource, if known.
- Name string
- Machine/programmatic name of the resource. Not Null
- Size float64
- The size of the raw resource content, in bytes, if known.
- Title string
- Human-readable name of the resource.
- Uri string
- The URI of the resource. Not Null
- annotations object
- description string
- Detailed description of what the resource represents.
- mime_
type string - The MIME type of the resource, if known.
- name string
- Machine/programmatic name of the resource. Not Null
- size number
- The size of the raw resource content, in bytes, if known.
- title string
- Human-readable name of the resource.
- uri string
- The URI of the resource. Not Null
- annotations
Catalog
Mcp Version Resource Annotations - description String
- Detailed description of what the resource represents.
- mime
Type String - The MIME type of the resource, if known.
- name String
- Machine/programmatic name of the resource. Not Null
- size Double
- The size of the raw resource content, in bytes, if known.
- title String
- Human-readable name of the resource.
- uri String
- The URI of the resource. Not Null
- annotations
Catalog
Mcp Version Resource Annotations - description string
- Detailed description of what the resource represents.
- mime
Type string - The MIME type of the resource, if known.
- name string
- Machine/programmatic name of the resource. Not Null
- size number
- The size of the raw resource content, in bytes, if known.
- title string
- Human-readable name of the resource.
- uri string
- The URI of the resource. Not Null
- annotations
Catalog
Mcp Version Resource Annotations - description str
- Detailed description of what the resource represents.
- mime_
type str - The MIME type of the resource, if known.
- name str
- Machine/programmatic name of the resource. Not Null
- size float
- The size of the raw resource content, in bytes, if known.
- title str
- Human-readable name of the resource.
- uri str
- The URI of the resource. Not Null
- annotations Property Map
- description String
- Detailed description of what the resource represents.
- mime
Type String - The MIME type of the resource, if known.
- name String
- Machine/programmatic name of the resource. Not Null
- size Number
- The size of the raw resource content, in bytes, if known.
- title String
- Human-readable name of the resource.
- uri String
- The URI of the resource. Not Null
CatalogMcpVersionResourceAnnotations, CatalogMcpVersionResourceAnnotationsArgs
- Audiences List<string>
- Describes the intended customer of the annotated object/data.
- Last
Modified string - The moment the resource was last modified, in ISO-8601 format.
- Priority double
- Describes how important the data is for operating the MCP.
- Audiences []string
- Describes the intended customer of the annotated object/data.
- Last
Modified string - The moment the resource was last modified, in ISO-8601 format.
- Priority float64
- Describes how important the data is for operating the MCP.
- audiences list(string)
- Describes the intended customer of the annotated object/data.
- last_
modified string - The moment the resource was last modified, in ISO-8601 format.
- priority number
- Describes how important the data is for operating the MCP.
- audiences List<String>
- Describes the intended customer of the annotated object/data.
- last
Modified String - The moment the resource was last modified, in ISO-8601 format.
- priority Double
- Describes how important the data is for operating the MCP.
- audiences string[]
- Describes the intended customer of the annotated object/data.
- last
Modified string - The moment the resource was last modified, in ISO-8601 format.
- priority number
- Describes how important the data is for operating the MCP.
- audiences Sequence[str]
- Describes the intended customer of the annotated object/data.
- last_
modified str - The moment the resource was last modified, in ISO-8601 format.
- priority float
- Describes how important the data is for operating the MCP.
- audiences List<String>
- Describes the intended customer of the annotated object/data.
- last
Modified String - The moment the resource was last modified, in ISO-8601 format.
- priority Number
- Describes how important the data is for operating the MCP.
CatalogMcpVersionTool, CatalogMcpVersionToolArgs
- Annotations
Catalog
Mcp Version Tool Annotations - Description string
- Detailed description of the tool's functionality.
- Input
Schema string - Input schema for an MCP tool. Not Null; Parsed as JSON.
- Name string
- Machine/programmatic name of the tool. Not Null
- Output
Schema string - Output schema for an MCP tool. Parsed as JSON.
- Title string
- Human-readable name of the tool.
- Annotations
Catalog
Mcp Version Tool Annotations - Description string
- Detailed description of the tool's functionality.
- Input
Schema string - Input schema for an MCP tool. Not Null; Parsed as JSON.
- Name string
- Machine/programmatic name of the tool. Not Null
- Output
Schema string - Output schema for an MCP tool. Parsed as JSON.
- Title string
- Human-readable name of the tool.
- annotations object
- description string
- Detailed description of the tool's functionality.
- input_
schema string - Input schema for an MCP tool. Not Null; Parsed as JSON.
- name string
- Machine/programmatic name of the tool. Not Null
- output_
schema string - Output schema for an MCP tool. Parsed as JSON.
- title string
- Human-readable name of the tool.
- annotations
Catalog
Mcp Version Tool Annotations - description String
- Detailed description of the tool's functionality.
- input
Schema String - Input schema for an MCP tool. Not Null; Parsed as JSON.
- name String
- Machine/programmatic name of the tool. Not Null
- output
Schema String - Output schema for an MCP tool. Parsed as JSON.
- title String
- Human-readable name of the tool.
- annotations
Catalog
Mcp Version Tool Annotations - description string
- Detailed description of the tool's functionality.
- input
Schema string - Input schema for an MCP tool. Not Null; Parsed as JSON.
- name string
- Machine/programmatic name of the tool. Not Null
- output
Schema string - Output schema for an MCP tool. Parsed as JSON.
- title string
- Human-readable name of the tool.
- annotations
Catalog
Mcp Version Tool Annotations - description str
- Detailed description of the tool's functionality.
- input_
schema str - Input schema for an MCP tool. Not Null; Parsed as JSON.
- name str
- Machine/programmatic name of the tool. Not Null
- output_
schema str - Output schema for an MCP tool. Parsed as JSON.
- title str
- Human-readable name of the tool.
- annotations Property Map
- description String
- Detailed description of the tool's functionality.
- input
Schema String - Input schema for an MCP tool. Not Null; Parsed as JSON.
- name String
- Machine/programmatic name of the tool. Not Null
- output
Schema String - Output schema for an MCP tool. Parsed as JSON.
- title String
- Human-readable name of the tool.
CatalogMcpVersionToolAnnotations, CatalogMcpVersionToolAnnotationsArgs
- Destructive
Hint bool - Indicates if the tool performs destructive actions.
- Idempotent
Hint bool - Indicates if the tool is idempotent.
- Open
World boolHint - Indicates if the tool interacts with external entities.
- Read
Only boolHint - Indicates if the tool is read-only.
- Title string
- Human-readable name of the tool.
- Destructive
Hint bool - Indicates if the tool performs destructive actions.
- Idempotent
Hint bool - Indicates if the tool is idempotent.
- Open
World boolHint - Indicates if the tool interacts with external entities.
- Read
Only boolHint - Indicates if the tool is read-only.
- Title string
- Human-readable name of the tool.
- destructive_
hint bool - Indicates if the tool performs destructive actions.
- idempotent_
hint bool - Indicates if the tool is idempotent.
- open_
world_ boolhint - Indicates if the tool interacts with external entities.
- read_
only_ boolhint - Indicates if the tool is read-only.
- title string
- Human-readable name of the tool.
- destructive
Hint Boolean - Indicates if the tool performs destructive actions.
- idempotent
Hint Boolean - Indicates if the tool is idempotent.
- open
World BooleanHint - Indicates if the tool interacts with external entities.
- read
Only BooleanHint - Indicates if the tool is read-only.
- title String
- Human-readable name of the tool.
- destructive
Hint boolean - Indicates if the tool performs destructive actions.
- idempotent
Hint boolean - Indicates if the tool is idempotent.
- open
World booleanHint - Indicates if the tool interacts with external entities.
- read
Only booleanHint - Indicates if the tool is read-only.
- title string
- Human-readable name of the tool.
- destructive_
hint bool - Indicates if the tool performs destructive actions.
- idempotent_
hint bool - Indicates if the tool is idempotent.
- open_
world_ boolhint - Indicates if the tool interacts with external entities.
- read_
only_ boolhint - Indicates if the tool is read-only.
- title str
- Human-readable name of the tool.
- destructive
Hint Boolean - Indicates if the tool performs destructive actions.
- idempotent
Hint Boolean - Indicates if the tool is idempotent.
- open
World BooleanHint - Indicates if the tool interacts with external entities.
- read
Only BooleanHint - Indicates if the tool is read-only.
- title String
- Human-readable name of the tool.
Import
In Terraform v1.5.0 and later, the import block can be used with the id attribute, for example:
terraform
import {
to = konnect_catalog_mcp_version.my_konnect_catalog_mcp_version
id = “a0119846-f179-4d9f-a168-d701facce7fb”
}
The pulumi import command can be used, for example:
$ pulumi import konnect:index/catalogMcpVersion:CatalogMcpVersion my_konnect_catalog_mcp_version "a0119846-f179-4d9f-a168-d701facce7fb"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnectTerraform Provider.
published on Friday, Sep 18, 2026 by kong