Skip to content

Commit 97bf9a5

Browse files
committed
docs(plugin): standalone hub example uses --mcp-http=ADDR (=-form)
core.Options only parses the =-form; the space-separated form silently binds the default port. Matches the crew fix in lthn/desktop (4f979ff). Co-Authored-By: Virgil <virgil@lethean.io>
1 parent 5cbbca7 commit 97bf9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider/claude/core/MCP-ENDPOINT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ per-request Bearer auth). That is the **MCP plane of `lthn-agent hub`**:
1515
- **Standalone (no desktop).**
1616
```sh
1717
MCP_AUTH_TOKEN=<token> MCP_JWT_SECRET=<a-distinct-key> \
18-
lthn-agent hub --mcp-http 127.0.0.1:9202
18+
lthn-agent hub --mcp-http=127.0.0.1:9202
1919
```
2020
The MCP plane is **fail-closed**: it refuses to bind without `MCP_AUTH_TOKEN`
2121
**and** a distinct `MCP_JWT_SECRET`.

0 commit comments

Comments
 (0)