mix hermes.sse.interactive (hermes_mcp v0.12.1)

Mix task to test the SSE transport implementation, interactively sending commands.

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

run(args)

Callback implementation for Mix.Task.run/1.