Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |