hermes-agent/website/docs
Teknium 60938d5bab
feat: hermes mcp serve --tools — expose Hermes' tool surface to any MCP client
Promotes the curated hermes-tools MCP surface (previously reachable only
via the codex_app_server runtime) to a first-class flag on
'hermes mcp serve'. With --tools, external MCP clients (Claude Code,
Codex, Cursor, custom harnesses) get Hermes' web search/extract, browser
automation, vision, image generation, skills, and TTS tools alongside the
existing messaging bridge, under the credentials configured in the local
Hermes install.

- agent/transports/hermes_tools_mcp_server.py: factor tool registration
  into register_hermes_tools(mcp) so both entry points share one surface
- mcp_serve.py: create_mcp_server(include_tools=) + run_mcp_server flag
- hermes_cli/subcommands/mcp.py: --tools flag on 'mcp serve'
- hermes_cli/mcp_config.py: thread the flag through the dispatcher
- docs: mcp.md section with client config example
2026-08-10 10:41:13 -07:00
..
developer-guide fix: close sibling display_kind drops and ui-tui parity for #82756 2026-08-10 11:01:15 +05:30
getting-started
guides
integrations
reference docs(sessions): document repair-routing and the continuity guarantees 2026-08-09 23:29:16 -07:00
user-guide feat: hermes mcp serve --tools — expose Hermes' tool surface to any MCP client 2026-08-10 10:41:13 -07:00
index.mdx
user-stories.mdx