Category: docs Severity: minor
Location: examples/provisioned-credentials/server.ts:11-11
What
examples/progress/server.ts also defaults to 7892; every other example server uses a unique port, so running both demos with defaults collides (EADDRINUSE). Separately, examples/provisioned-credentials/client.ts:3 connects to ws://127.0.0.1:7892 without the /arcp path every other client example uses.
Evidence
const PORT = Number(process.env.ARCP_DEMO_PORT ?? 7892);
Proposed fix
Reassign provisioned-credentials to an unused port and add the /arcp path to its client URL.
Acceptance criteria
Category: docs Severity: minor
Location:
examples/provisioned-credentials/server.ts:11-11What
examples/progress/server.ts also defaults to 7892; every other example server uses a unique port, so running both demos with defaults collides (EADDRINUSE). Separately, examples/provisioned-credentials/client.ts:3 connects to ws://127.0.0.1:7892 without the /arcp path every other client example uses.
Evidence
Proposed fix
Reassign provisioned-credentials to an unused port and add the /arcp path to its client URL.
Acceptance criteria