Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port on which the MCP server will run | 3000 |
AWS_REGION | Yes | AWS region where your CodePipeline resources are located | us-east-1 |
AWS_ACCESS_KEY_ID | Yes | Your AWS access key ID with permissions for CodePipeline, CloudWatch, and IAM | |
AWS_SECRET_ACCESS_KEY | Yes | Your AWS secret access key associated with the access key ID |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_pipelines | List all CodePipeline pipelines |
get_pipeline_state | Get the state of a specific pipeline |
list_pipeline_executions | List executions for a specific pipeline |
approve_action | Approve or reject a manual approval action |
retry_stage | Retry a failed stage |
trigger_pipeline | Trigger a pipeline execution |
get_pipeline_execution_logs | Get logs for a pipeline execution |
stop_pipeline_execution | Stop a pipeline execution |
get_pipeline_details | Get the full definition of a specific pipeline |
tag_pipeline_resource | Add or update tags for a pipeline resource |
create_pipeline_webhook | Create a webhook for a pipeline to enable automatic triggering |
get_pipeline_metrics | Get performance metrics for a pipeline |