mix hermes.sse.interactive (hermes_mcp v0.14.1)
Mix task to test the SSE transport implementation, interactively sending commands.
Deprecated
This task uses the deprecated SSE transport. As of MCP specification 2025-03-26, the HTTP+SSE transport has been replaced by the Streamable HTTP transport.
For testing new servers, please use mix hermes.streamable_http.interactive instead.
This task is maintained for backward compatibility with servers using the
2024-11-05 protocol version.
Options
--base-url- Base URL for the SSE server (default: http://localhost:8000)--base-path- Base path to append to the base URL--sse-path- Specific SSE endpoint path--header- Add a header to requests (can be specified multiple times)
Examples
mix hermes.sse.interactive --base-url http://localhost:8000
mix hermes.sse.interactive --header "Authorization: Bearer token123"
mix hermes.sse.interactive --header "X-API-Key: secret" --header "X-Custom: value"
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.