diff --git a/samples/client/lit/contact/middleware/a2a.ts b/samples/client/lit/contact/middleware/a2a.ts index 74813d93..99e583b5 100644 --- a/samples/client/lit/contact/middleware/a2a.ts +++ b/samples/client/lit/contact/middleware/a2a.ts @@ -52,7 +52,7 @@ const createOrGetClient = async () => { if (!client) { // Create a client pointing to the agent's Agent Card URL. client = await A2AClient.fromCardUrl( - "http://localhost:10002/.well-known/agent-card.json", + "http://localhost:10003/.well-known/agent-card.json", { fetchImpl: fetchWithCustomHeader } ); }