Skip to content

Commit 3fc6ad3

Browse files
rdimitrovclaude
andcommitted
Clean up Upstream schema refs in registry guides
Address Copilot review feedback on #873 by cleaning up missed schema-qualifier references in the registry quickstart, operator deployment guide, and skills guide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1d06511 commit 3fc6ad3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/toolhive/guides-registry/deploy-operator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Common causes include:
827827
- **Source unavailable**: Git repository, API endpoint, or file is inaccessible
828828
- **Invalid JSON format**: Registry file contains invalid JSON
829829
- **Schema mismatch**: The data does not conform to the
830-
[upstream MCP registry schema](../reference/registry-schema-upstream.mdx)
830+
[ToolHive registry schema](../reference/registry-schema-upstream.mdx)
831831
- **Filter too restrictive**: Filters may be excluding all servers
832832

833833
</details>

docs/toolhive/guides-registry/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ToolHive CLI and UI, see the [Introduction](./intro.mdx) for a comparison.
2121
- How to install the ToolHive Operator, which bundles the `MCPRegistry` CRD
2222
- How to deploy a minimal PostgreSQL database for the Registry Server
2323
- How to define registry data in a ConfigMap using the
24-
[upstream MCP registry format](../reference/registry-schema-upstream.mdx)
24+
[ToolHive registry format](../reference/registry-schema-upstream.mdx)
2525
- How to create an `MCPRegistry` resource that reads from that ConfigMap
2626
- How to query the Registry API
2727

@@ -184,7 +184,7 @@ the Registry Server pod and points the server at it automatically when you set
184184

185185
Define registry data in a ConfigMap. The Registry Server reads it through a
186186
file-based source. The ConfigMap uses the
187-
[upstream MCP registry format](../reference/registry-schema-upstream.mdx) with a
187+
[ToolHive registry format](../reference/registry-schema-upstream.mdx) with a
188188
single example server entry:
189189

190190
```yaml title="registry-data.yaml"

docs/toolhive/guides-registry/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Skills can come from two paths:
1515
- **Publish to a managed source via the admin API** (covered in depth below).
1616
Good for programmatic or UI-driven publishing with per-version control.
1717
- **Sync from external sources** (Git, upstream API, or file) that contain
18-
skills in the upstream registry format. Good for catalogs that live in a
18+
skills in the ToolHive registry format. Good for catalogs that live in a
1919
repository with code review and CI.
2020

2121
For the file-based path, the registry JSON format is identical to the one used

0 commit comments

Comments
 (0)