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)
64
64
65
65
## Installation
66
66
67
- ### Using Homebrew
67
+ ### Using Homebrew (for macOS)
68
68
69
69
``` bash
70
70
brew tap f/mcptools
@@ -73,13 +73,17 @@ brew install mcp
73
73
74
74
> ❕ 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.
75
75
76
- ### From Source
76
+ ### From Source (for Windows and GNU/Linux)
77
77
78
78
``` bash
79
79
go install github.com/f/mcptools/cmd/mcptools@latest
80
80
```
81
81
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 >
83
87
84
88
## Getting Started
85
89
You can’t perform that action at this time.
0 commit comments