You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,16 @@ brew tap f/mcptools
30
30
brew install mcp
31
31
```
32
32
33
+
> ❕ 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.
34
+
33
35
### From Source
34
36
35
37
```bash
36
38
go install github.com/f/mcptools/cmd/mcptools@latest
37
39
```
38
40
41
+
The binary will be installed as `mcptools` but can be aliased to `mcpt` for convenience and to avoid conflicts with other tools that might use the `mcp` command name.
42
+
39
43
## Usage
40
44
41
45
MCP is a command line interface for interacting with MCP servers.
0 commit comments