README harness URL uses Mac-only 'open' command #22

Closed
opened 2026-06-17 07:29:29 +00:00 by coilysiren · 1 comment
Owner

Originally filed by @coilysiren on 2026-05-10T06:32:15Z

Observed

`README.md:382`:

```

then open http://localhost:8765/static/harness.html

```

The `open` command is Mac-only and doesn't run on the Windows host.

Proposed fix

Drop the `open` and let the URL stand on its own. The line is already a comment, so:

```

then visit http://localhost:8765/static/harness.html

```

reads identically and works for everyone. Same shape as the otel-a2a-relay fix (filed in that repo).

Out of scope

Any other Mac-isms - this issue is scoped to the one harness URL line.


Migrated from coilyco-flight-deck/eco-mcp-app#2 during the eco repo consolidation (coilysiren/inbox#100).

_Originally filed by @coilysiren on 2026-05-10T06:32:15Z_ ## Observed \`README.md:382\`: \`\`\` # then open http://localhost:8765/static/harness.html \`\`\` The \`open\` command is Mac-only and doesn't run on the Windows host. ## Proposed fix Drop the \`open\` and let the URL stand on its own. The line is already a comment, so: \`\`\` # then visit http://localhost:8765/static/harness.html \`\`\` reads identically and works for everyone. Same shape as the otel-a2a-relay fix (filed in that repo). ## Out of scope Any other Mac-isms - this issue is scoped to the one harness URL line. --- _Migrated from coilyco-flight-deck/eco-mcp-app#2 during the eco repo consolidation (coilysiren/inbox#100)._
Author
Owner

Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag: burndown-2026-06.

Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag: `burndown-2026-06`.
coilysiren 2026-06-17 08:20:40 +00:00
Sign in to join this conversation.
No description provided.