You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update API endpoint documentation from /v0/ to /v0.1/ (#802)
Update all documentation to reference the stable `/v0.1/` API version
instead of the development `/v0/` version.
Didn't update internal references (e.g. in admin-only docs) as that
probably make sense to keep pointed at v0 as the "dev" option.
Authored by Claude Code, reviewed by me.
---------
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/reference/api/official-registry-api.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The official registry enforces additional [package validation requirements](../s
35
35
36
36
### Server List Filtering
37
37
38
-
The official registry extends the `GET /v0/servers` endpoint with additional query parameters for improved discovery and synchronization:
38
+
The official registry extends the `GET /v0.1/servers` endpoint with additional query parameters for improved discovery and synchronization:
39
39
40
40
-`updated_since` - Filter servers updated after RFC3339 timestamp (e.g., `2025-08-07T13:15:04.280Z`)
41
41
-`search` - Case-insensitive substring search on server names (e.g., `filesystem`)
@@ -44,18 +44,18 @@ The official registry extends the `GET /v0/servers` endpoint with additional que
44
44
45
45
These extensions enable efficient incremental synchronization for downstream registries and improved server discovery. Parameters can be combined and work with standard cursor-based pagination.
0 commit comments