test
Room.mcp-pulumi
agent via chat to access MCP server tools in real time!
Tool | Short Description |
---|---|
deploy-to-aws | Deploy application code to AWS by generating Pulumi infrastructure. |
pulumi-cli-preview | Run pulumi preview for a given project and stack |
pulumi-cli-refresh | Run pulumi refresh for a given project and stack |
pulumi-cli-stack-output | Get the output value(s) of a given stack |
pulumi-cli-up | Run pulumi up for a given project and stack |
pulumi-registry-get-function | Returns information about a Pulumi Registry function |
pulumi-registry-get-resource | Returns information about a Pulumi Registry resource |
pulumi-registry-get-type | Get the JSON schema for a specific JSON schema type reference |
pulumi-registry-list-functions | List all function types for a given provider and module |
pulumi-registry-list-resources | List all resource types for a given provider and module |
deploy-to-aws
pulumi-cli-preview
workDir
(string): The working directory of the program.stackName
(string, optional): The associated stack name. Defaults to ‘dev’.pulumi-cli-refresh
workDir
(string): The working directory of the program.stackName
(string, optional): The associated stack name. Defaults to ‘dev’.pulumi-cli-stack-output
workDir
(string): The working directory of the program.outputName
(string, optional): The specific stack output name to retrieve.stackName
(string, optional): The associated stack name. Defaults to ‘dev’.pulumi-cli-up
workDir
(string): The working directory of the program.stackName
(string, optional): The associated stack name. Defaults to ‘dev’.pulumi-registry-get-function
function
(string): The function type to query (e.g., ‘getBucket’, ‘getFunction’, ‘getInstance’)provider
(string): The cloud provider (e.g., ‘aws’, ‘azure’, ‘gcp’, ‘random’) or github.com/org/repo for Git-hosted componentsmodule
(string, optional): The module to query (e.g. ‘s3’, ‘ec2’, ‘lambda’). Optional.version
(string, optional): Provider version (e.g. ‘6.0.0’). Optional.pulumi-registry-get-resource
provider
(string): The cloud provider (e.g., ‘aws’, ‘azure’, ‘gcp’, ‘random’) or github.com/org/repo for Git-hosted componentsresource
(string): The resource type to query (e.g., ‘Bucket’, ‘Function’, ‘Instance’)module
(string, optional): The module to query (e.g. ‘s3’, ‘ec2’). Optional.version
(string, optional): Provider version. Optional.pulumi-registry-get-type
name
(string): The name of the type (e.g., ‘BucketGrant’, ‘FunctionEnvironment’)provider
(string): The cloud providermodule
(string, optional): Module to query. Defaults to ‘index’.version
(string, optional): Provider version. Optional.pulumi-registry-list-functions
provider
(string): The cloud providermodule
(string, optional): Optional module filterversion
(string, optional): Provider version. Optional.pulumi-registry-list-resources
provider
(string): The cloud providermodule
(string, optional): Optional module filterversion
(string, optional): Provider version. Optional.