This project is in its early stages, and the README is currently minimal..
This project provides a Model Context Protocol (MCP) server for the tektoncd projects.
It initially focuses on tektoncd/pipeline
objects but will over time add support for other tektoncd projects.
namespace
: Namespace to list Pipelines from (string, required)prefix
: Name prefix to filter Pipelines (string, optional)label-selector
: Label selector to filter Pipelines (string, optional)
name
: Name or reference of the Pipeline to start (string, required)namespace
: Namespace where the Pipeline is located (string, optional, default: "default")
namespace
: Namespace to list PipelineRuns from (string, required)prefix
: Name prefix to filter PipelineRuns (string, optional)label-selector
: Label selector to filter PipelineRuns (string, optional)
name
: Name or reference of the PipelineRun to restart (string, required)namespace
: Namespace where the PipelineRun is located (string, optional, default: "default")
namespace
: Namespace to list Tasks from (string, required)prefix
: Name prefix to filter Tasks (string, optional)label-selector
: Label selector to filter Tasks (string, optional)
name
: Name or reference of the Task to start (string, required)namespace
: Namespace where the Task is located (string, optional, default: "default")
namespace
: Namespace to list TaskRuns from (string, required)prefix
: Name prefix to filter TaskRuns (string, optional)label-selector
: Label selector to filter TaskRuns (string, optional)
name
: Name or reference of the TaskRun to restart (string, required)namespace
: Namespace where the TaskRun is located (string, optional, default: "default")
namespace
: Namespace to list Step Actions from (string, required)prefix
: Name prefix to filter Step Actions (string, optional)label-selector
: Label selector to filter Step Actions (string, optional)