You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(customer): add CustomerLookupToolSchema for MCP tools
xmcp requires .shape property for tool schema generation, which only
ZodObject has. ZodUnion (CustomerLookupInputSchema) lacks .shape.
Add CustomerLookupToolSchema as a flat object with all optional fields
for MCP tools, while keeping the discriminated union for contract
validation.
0 commit comments