Skip to content

v0.1.2 — Agent manifest + Hermes integration

Choose a tag to compare

@davidmosiah davidmosiah released this 04 May 17:56
· 54 commits to main since this release

What's new in 0.1.2

  • Added fitbit_agent_manifest and fitbit://agent-manifest for machine-readable agent installation/runtime guidance.
  • Added Hermes-specific diagnostics with doctor --client hermes and optional client support in fitbit_connection_status.
  • setup --client hermes now writes a pinned Hermes MCP config plus a local Hermes skill.
  • Added anti-friction guidance for Hermes: use /reload-mcp or hermes mcp test fitbit, not gateway restart.
  • Added regression coverage for Hermes agent readiness, direct tool aliases and pinned package setup.

Install

npx -y fitbit-mcp-unofficial setup

In your MCP client

{
  "mcpServers": {
    "fitbit": { "command": "npx", "args": ["-y", "fitbit-mcp-unofficial"] }
  }
}

Full changelog · npm