Overview
Handles DevOps integration tasks via MCP.
Key Tools
- •
check_devops_change_control: Checks if the orchestration task is under change control. Params: toolId (required), orchestrationTaskName (optional). - •
register_devops_artifact: Registers artifacts into a ServiceNow instance. Params: artifacts (list), pipelineName etc.
Usage Instructions
- •Use
check_devops_change_controlto verify if a task requires change management. - •Use
register_devops_artifactto push build artifacts to ServiceNow.
Examples
- •Check change control:
check_devops_change_controlwith toolId="jenkins-1".
Error Handling
- •400: Invalid tool ID or parameters.