File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ MCP Tools provides a versatile CLI for working with Model Context Protocol (MCP)
6464
6565## Installation
6666
67- ### Using Homebrew
67+ ### Using Homebrew (for macOS)
6868
6969``` bash
7070brew tap f/mcptools
@@ -73,13 +73,17 @@ brew install mcp
7373
7474> ❕ The binary is installed as ` mcp ` but can also be accessed as ` mcpt ` to avoid conflicts with other tools that might use the ` mcp ` command name.
7575
76- ### From Source
76+ ### From Source (for Windows and GNU/Linux)
7777
7878``` bash
7979go install github.com/f/mcptools/cmd/mcptools@latest
8080```
8181
82- The binary will be installed as ` mcptools ` but can be aliased to ` mcpt ` for convenience.
82+ > ❕ The binary will be installed as ` mcptools ` when but can be aliased to ` mcpt ` for convenience.
83+ >
84+ > <img width =" 500 " alt =" Screenshot 2025-05-05 at 22 21 29 " src =" https://github.com/user-attachments/assets/eaba88c1-8833-4525-bb19-9ab0ec2ff27e " />
85+ >
86+ > <sub >Windows 11 Running Example</sub >
8387
8488## Getting Started
8589
You can’t perform that action at this time.
0 commit comments