feat(mcp): add structured error categories for agentic error handling#3753
feat(mcp): add structured error categories for agentic error handling#3753sneharathod7 wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sneharathod7 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @sneharathod7. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Error Categories Implemented
REGISTRY_ERRORCLUSTER_ERRORBUILD_ERRORVALIDATION_ERRORAUTH_ERRORUNKNOWN_ERRORIntelligent Error Classification
Introduced heuristic-based classification for common CLI failure patterns across:
This allows MCP agents to provide targeted remediation guidance programmatically.
Absolute Path Execution
Updated MCP command execution to resolve the running binary path using:
This fixes issues such as:
which can occur in newer Go versions and certain shell environments.
Internal Changes
ErrorCategorytype and structured error response modelbuildanddeployhandlers to return categorized failuresTests Added
TestCategorizeErrorTestStructuredError_ErrorThe test suite validates:
All existing tests continue to pass.
Release Note