Compare commits

...

2 Commits

Author SHA1 Message Date
documentation-specialist b33f04afcb fix(plugins): resolve line-38 conflict with docs#48
Secret scan / secret-scan (pull_request) Successful in 0s
CI / build (pull_request) Successful in 1m9s
docs#48 (merges first) changes line 38 to a cross-platform MCP
description. This commit synthesises both: keeps docs#48's framing
("works with any MCP-compatible agent") but adds docs#54's Hermes
integration detail (container startup, A2A tool provider, list_peers /
delegate_task / send_message_to_user) and keeps docs#48's reference
to the MCP Server guide.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:08:36 +00:00
documentation-specialist 9b039ad30e fix(plugins): backfill MCP server status — now shipping in Hermes
Hermes template ships a live MCP server. Removes the stale
"coming soon for more runtimes" stub from the plugin shapes table
and replaces it with an accurate description of the MCP server's
role in the Hermes workspace: launched at container startup,
registered as A2A MCP tool provider, exposing list_peers /
delegate_task / send_message_to_user.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:08:36 +00:00
+1 -1
View File
@@ -35,7 +35,7 @@ runtime.
| Shape | Description |
|-------|-------------|
| agentskills.io format | `SKILL.md` + optional scripts, hooks, and `plugin.yaml` manifest |
| MCP server | Model Context Protocol server (coming soon for more runtimes) |
| MCP server | Works with any MCP-compatible AI agent (Claude Code, Cursor, etc.). In the Hermes runtime template the MCP server is launched at container startup as an A2A tool provider, exposing platform tools including `list_peers`, `delegate_task`, and `send_message_to_user` to the Hermes agent loop. See the [MCP Server guide](/docs/mcp-server) for setup and available tools. |
The shape is orthogonal to the source. A `github://` plugin and a `local://`
plugin can both be agentskills.io format. The per-runtime adapter inside the