agent-agnostic commerce stack, for building agents with x402, 8004, a2a

8004 a2a a2a-protocol agentic-commerce agents eip8004 mcp x402
2 Open Issues Need Help Last updated: Nov 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `x402scan` service is failing to validate free basic endpoints, which prevents users from successfully registering. This critical bug has been observed across Agent kit versions 1.2.1, 1.3.1, and hono, indicating a problem with the service's validation logic.

Complexity: 3/5
good first issue wontfix

agent-agnostic commerce stack, for building agents with x402, 8004, a2a

TypeScript
#8004#a2a#a2a-protocol#agentic-commerce#agents#eip8004#mcp#x402

AI Summary: The user is encountering a validation error when providing a string representation of a number (e.g., `'1'`) to a `z.bigint()` schema field, resulting in a 400 Bad Request. This happens because `z.bigint()` expects a JavaScript `BigInt` primitive, not a string, and doesn't automatically coerce string inputs. The user has implemented a workaround using `z.number().or(z.string().regex(/0[xX][0-9a-fA-F]+/))` to handle string inputs.

Complexity: 1/5
good first issue wontfix

agent-agnostic commerce stack, for building agents with x402, 8004, a2a

TypeScript
#8004#a2a#a2a-protocol#agentic-commerce#agents#eip8004#mcp#x402