Skip to content

Commit d9d5859

Browse files
rdimitrovclaude
andcommitted
Update MCP Registry API version from v0 to v0.1 in docs
The API endpoints use v0.1 as the version path component. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 475380d commit d9d5859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/arch/06-registry-system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ thv config unset-registry
356356
**API Requirements:**
357357

358358
The API endpoint must implement:
359-
- `GET /v0/servers` - List all servers with pagination
360-
- `GET /v0/servers/:name` - Get specific server by reverse-DNS name
361-
- `GET /v0/servers?search=<query>` - Search servers
359+
- `GET /v0.1/servers` - List all servers with pagination
360+
- `GET /v0.1/servers/:name` - Get specific server by reverse-DNS name
361+
- `GET /v0.1/servers?search=<query>` - Search servers
362362
- `GET /openapi.yaml` - OpenAPI specification (version 1.0.0)
363363

364364
**Response format:**

0 commit comments

Comments
 (0)