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
Consolidate ServerListResponse and Metadata types into pkg/api/v0 to reduce duplication and make the API more consistent. Changes metadata from optional pointer to required value and removes unused Total field.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
:house: Remote-Dev: homespace
Versionstring`query:"version" doc:"Filter by version ('latest' for latest version, or an exact version like '1.2.3')" required:"false" example:"latest"`
29
22
}
30
23
31
-
// ListServersBody represents the paginated server list response body
32
-
typeListServersBodystruct {
33
-
Servers []apiv0.ServerJSON`json:"servers" doc:"List of MCP servers with extensions"`
0 commit comments