mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is in its early stages, and the README is currently minimal.
The Tektoncd Model Context Protocol server is designed to provide a Model Context Protocol (MCP) server for the Tektoncd projects. Initially, it focuses on the 'tektoncd/pipeline' objects but aims to expand support to other Tektoncd projects over time. The server facilitates interaction with Tektoncd resources by providing a structured protocol for listing, starting, and managing pipelines, tasks, and their respective runs. This project is in its nascent stages, and the documentation is still being developed.
Features
- Supports listing and filtering of Pipelines, PipelineRuns, Tasks, TaskRuns, and Step Actions.
- Allows starting and restarting of Pipelines, PipelineRuns, Tasks, and TaskRuns.
- Provides namespace-specific operations for better resource management.
- Offers filtering options using name prefixes and label selectors.
- Focuses on expanding support to other Tektoncd projects over time.