File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -110,20 +110,19 @@ Create a new file called `registry.json` and add the following content:
110110}
111111```
112112
113- This registry defines :
113+ This registry contains two types of server configurations :
114114
115- - A single MCP server called ` my-fetch ` in the top-level ` servers ` section
116- - A group called ` dev-toolkit ` with its own independent server called
117- ` fetch-tool `
115+ - A standalone MCP server called ` my-fetch ` in the top-level ` servers ` section
116+ - A group called ` dev-toolkit ` containing a ` fetch-tool ` server
118117
119- Groups are optional - you can omit the entire ` groups ` section if you only need
120- individual servers. Groups are independent entities that contain their own
121- complete server definitions. The ` dev-toolkit ` group includes a ` fetch-tool `
122- server that's similar to the top-level ` my- fetch` server but with different
123- configuration (different user agent, different allowed hosts for development
124- purposes) .
118+ The ` dev-toolkit ` group demonstrates how you can organize related servers
119+ together. When you run this group later, you'll be able to start multiple
120+ servers as a single unit—perfect for development workflows or team-specific
121+ toolsets. Notice how the ` fetch-tool ` server has a different user agent and
122+ network permissions than ` my-fetch ` , showing how you can customize servers
123+ within groups for specific purposes.
125124
126- Each server definition includes :
125+ Your server configurations include everything ToolHive needs to run them :
127126
128127- A description explaining its purpose
129128- The container image to use
You can’t perform that action at this time.
0 commit comments