From c1945376ad9d38607bf20a9447a1004d01dac399 Mon Sep 17 00:00:00 2001 From: Achintya Ashok Date: Fri, 5 Sep 2025 11:40:59 -0400 Subject: [PATCH] docs: add Bun install option --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 42415b0..c8f9136 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,19 @@ Replace your `.mcp.json` with: } ``` +> **Using Bun?** If you have [Bun](https://bun.com/docs/cli/install) installed, you can use `bunx` instead of `npx`: +> +> ```json +> { +> "mcpServers": { +> "hypertool": { +> "command": "bunx", +> "args": ["@toolprint/hypertool-mcp", "--mcp-config", ".mcp.hypertool.json"] +> } +> } +> } +> ``` + ### Step 3: Create Your First Toolset Restart your AI and try: ```