File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,29 @@ For client auto-discovery/configuration, a supported client:
94
94
95
95
### Installation
96
96
97
- TODO: Add installation instructions when ready
97
+ Installation is quite easy and we have several options to do so.
98
+
99
+ #### MacOS (Homebrew)
100
+
101
+ ``` bash
102
+ brew tap stacklok/tap
103
+ brew install thv
104
+ ```
105
+
106
+ #### Download a release
107
+
108
+ Download the latest release from [ toolhive/releases] ( https://github.com/StacklokLabs/toolhive/releases ) .
109
+
110
+ #### Build from source
111
+
112
+ You can do your normal ` go build ` and ` go install `
113
+
114
+ or you can do the following if you have task installed (it's similar to ` make ` )
115
+
116
+ ``` bash
117
+ task build
118
+ task install
119
+ ```
98
120
99
121
### Quickstart - run your first MCP server
100
122
@@ -104,10 +126,10 @@ TODO: Add installation instructions when ready
104
126
> learn how to explicitly register a client.
105
127
106
128
``` shell
107
- # Enable client auto-discovery:
129
+ # Enable client auto-discovery:
108
130
thv config auto-discovery true
109
131
110
- # Run the Fetch MCP server which allows LLMs to fetch the contents of a website:
132
+ # Run the Fetch MCP server which allows LLMs to fetch the contents of a website:
111
133
thv run fetch
112
134
113
135
# List the running MCP servers:
You can’t perform that action at this time.
0 commit comments