Preserve service request context across MCP and CLI error envelopes.
51
40%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.squad/skills/error-transport-context/SKILL.mdUse this when improving diagnostics in the MCP/CLI/service seam without changing Core or COM behavior.
ServiceResponse, not in host-specific wrappers.command and sessionId at the service boundary so both MCP and CLI inherit the same context.ExcelToolsBase and CliErrorOutput while keeping existing compatibility fields like error, errorMessage, and isError.src/ExcelMcp.Service/ExcelMcpService.cs: enrich failures in ProcessAsync() via a request-context helper.src/ExcelMcp.McpServer/Tools/ExcelToolsBase.cs: include command and sessionId in serialized error JSON.src/ExcelMcp.CLI/Infrastructure/CliErrorOutput.cs: emit the same fields in CLI failure envelopes.468809e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.