feat: add full service-catalog tool coverage (13 tools)#35
Merged
Conversation
New services module exposing the complete public status-data catalog to agents: search_services, get_service, get_service_live_status, get_services_summary, list_service_categories, list_service_components, get_service_uptime, get_component_uptime, get_all_components_uptime, get_service_day_rollup, list_service_incidents, get_service_incident, list_service_maintenances. Completes dependency tools to match. Calls go through a typed seam until SDK 1.2.0 (services resource) is published and the lock is bumped. Co-authored-by: Cursor <cursoragent@cursor.com>
The 1.3.0 SDK ships the full client.services catalog resource and the extended client.dependencies (component-level track + alert sensitivity), so the cast-based type seams in services.py and dependencies.py are replaced with direct typed SDK calls, matching every other tool module. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
servicestool module: full 1:1 coverage of the public status-data catalog (13 tools — search, detail, live status, global summary, categories, components, service/component/batch uptime, day rollup, incidents list + detail, maintenances), matching the repo's exhaustive per-domain coverage pattern._services()typed seam because the publisheddevhelmSDK (1.1.0) predates theservicesresource; once SDK 1.2.0 ships (feat: add services catalog resource and complete dependencies coverage sdk-python#37) and the lock is bumped, the seam collapses to direct typed calls.Test plan
make lint,make typecheck(mypy strict),make test(188 tests)Made with Cursor