📝 Describe the bug
The search query parameter is missing from openapi.yaml, even though it’s documented in the official API reference for GET /v0/servers.
Docs mention:
search — case-insensitive substring search on server names (e.g., filesystem)
source link
But in the current openapi.yaml, the parameter is missing.
⚙️ To Reproduce
- Check
GET /v0/servers in openapi.yaml
- Confirm there’s no
search query parameter
- Compare with the documentation — it still lists
search
✅ Expected behavior
The OpenAPI spec should include the search parameter for /v0/servers, or the documentation should be updated if it was intentionally removed.
🧩 Additional context
Found while generating SDKs — the search parameter is referenced in docs and examples, but not in the schema.
📝 Describe the bug
The
searchquery parameter is missing fromopenapi.yaml, even though it’s documented in the official API reference forGET /v0/servers.Docs mention:
search— case-insensitive substring search on server names (e.g.,filesystem)source link
But in the current openapi.yaml, the parameter is missing.
⚙️ To Reproduce
GET /v0/serversinopenapi.yamlsearchquery parametersearch✅ Expected behavior
The OpenAPI spec should include the
searchparameter for/v0/servers, or the documentation should be updated if it was intentionally removed.🧩 Additional context
Found while generating SDKs — the
searchparameter is referenced in docs and examples, but not in the schema.