Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/upstream-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
projects:
- id: toolhive-registry-server
repo: stacklok/toolhive-registry-server
version: v1.4.12
version: v1.4.13
docs_paths:
- docs/toolhive/guides-registry
- docs/toolhive/concepts/registry-criteria.mdx
Expand Down
4 changes: 2 additions & 2 deletions static/api-specs/toolhive-registry-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,13 +498,13 @@ components:
uniqueItems: false
registryBaseUrl:
description: RegistryBaseURL is the base URL of the package registry (used
by npm, pypi, nuget; not used by oci, mcpb)
by npm, pypi, nuget, cargo; not used by oci, mcpb)
example: https://registry.npmjs.org
format: uri
type: string
registryType:
description: RegistryType indicates how to download packages (e.g., "npm",
"pypi", "oci", "nuget", "mcpb")
"pypi", "cargo", "oci", "nuget", "mcpb")
example: npm
minLength: 1
type: string
Expand Down