AxMCPJSONRPCResponse
type AxMCPJSONRPCResponse<T> =
| AxMCPJSONRPCSuccessResponse<T>
| AxMCPJSONRPCErrorResponse;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/mcp/types.ts#L26
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |