Skip to content

Commit 3fa575d

Browse files
committed
Fix the linter failing
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent d5bd4ea commit 3fa575d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/toolhive/tutorials/custom-registry.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Create a new file called `registry.json` and add the following content:
113113
This registry defines:
114114

115115
- 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 `fetch-tool`
116+
- A group called `dev-toolkit` with its own independent server called
117+
`fetch-tool`
117118

118119
Groups are optional - you can omit the entire `groups` section if you only need
119120
individual servers. Groups are independent entities that contain their own
@@ -460,7 +461,10 @@ You've successfully:
460461
- Created groups to organize related servers
461462
- Tested your registry by listing and running both individual servers and groups
462463

463-
You can now maintain your own curated list of MCP servers and groups tailored to your organization's needs, organized into logical groups for different teams or workflows. The registry can include both public servers from container registries and private servers hosted within your organization.
464+
You can now maintain your own curated list of MCP servers and groups tailored to
465+
your organization's needs, organized into logical groups for different teams or
466+
workflows. The registry can include both public servers from container
467+
registries and private servers hosted within your organization.
464468

465469
## Next steps
466470

0 commit comments

Comments
 (0)