ayushsatyam146/shipwright-mcp-server
If you are the rightful owner of shipwright-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.
A Model Context Protocol (MCP) server for the Shipwright Build project, providing tools for interacting with Shipwright Build resources.
Tools
Functions exposed to the LLM to take actions
list_builds
List builds in a namespace with filtering options.
get_build
Get detailed information about a specific build.
create_build
Create a new Build resource from source.
delete_build
Delete a Build resource.
list_buildruns
List buildruns in a namespace with filtering options.
get_buildrun
Get detailed information about a specific buildrun.
create_buildrun
Create a new BuildRun (from existing Build or inline spec).
restart_buildrun
Restart a buildrun by creating a new one.
delete_buildrun
Delete a BuildRun resource.
list_buildstrategies
List namespace-scoped build strategies with filtering options.
list_clusterbuildstrategies
List cluster-scoped build strategies with filtering options.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client