1.0.5 • Published 12 months ago

@ehrocks/fe-mcp-server v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Frontend MCP Server

An MCP server for searching Hero Design System components.

Installation

  • Update mcp config from Cursor, e.g. on macOS ~/.cursor/mcp.json
{
  "mcpServers": {
    "fe-mcp-service": {
      "command": "npx",
      "args": [
        "-y",
        "@ehrocks/fe-mcp-server"
      ]
    }
  }
}

Troubleshooting

  • MCP connection gets Client closed error: Ensure that Node.js is accessible globally. Example: If you're using asdf, you can set the default Node.js version with:
asdf set -u nodejs 20.19.0
  • Connect error or timeout: Because our MCP service is deployed to Employment Hero staging cluster, ensure you have the connection via VPN. Read more

For more detailed troubleshooting, please refer to the full guide.

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago