hermes-agent/website/docs/user-guide/features
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
..
_category_.json
acp.md
api-server.md
batch-processing.md
browser.md
built-in-plugins.md
code-execution.md
codex-app-server-runtime.md
computer-use.md
context-files.md
context-references.md
credential-pools.md
cron.md
curator.md
delegation.md
deliverable-mode.md
document-extraction.md
extending-the-dashboard.md
fallback-providers.md
goals.md
heartbeat.md
honcho.md
hooks.md docs: preserve observer version compatibility 2026-08-09 01:30:33 -07:00
image-generation.md feat(media): default-on upscaling for sub-2MP image models (FAL + Krea) 2026-08-08 14:49:28 -07:00
kanban-tutorial.md
kanban-worker-lanes.md
kanban.md
lsp.md
mcp.md feat: hermes mcp serve --tools — expose Hermes' tool surface to any MCP client 2026-08-10 10:41:13 -07:00
memory-providers.md
memory.md
mixture-of-agents.md
overview.md
personality.md fix(personality): single-owner personality state + one-time reset migration 2026-08-09 10:33:58 -07:00
pets.md
plugins.md docs(plugins): catalog shipped hook contracts 2026-08-09 01:30:33 -07:00
provider-routing.md
skills.md
skins.md
spotify.md
subscription-proxy.md
tool-gateway.md
tool-search.md
tools.md
tts.md
vision.md
voice-mode.md
wake-word.md
web-dashboard.md
web-search.md
x-search.md