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

Open
opened 2026-05-23 20:54:09 +00:00 by coilysiren · 0 comments
Owner

Originally filed by @coilysiren on 2026-05-10T06:32:15Z - https://github.com/coilysiren/eco-mcp-app/issues/30

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.

_Originally filed by @coilysiren on 2026-05-10T06:32:15Z - [https://github.com/coilysiren/eco-mcp-app/issues/30](https://github.com/coilysiren/eco-mcp-app/issues/30)_ ## 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.
coilysiren added
P4
and removed
P3
labels 2026-05-31 07:00:24 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/eco-mcp-app#2
No description provided.