refactor(mcp): replace deprecated ToolboxAPI calls with toolbox-api-client#72
refactor(mcp): replace deprecated ToolboxAPI calls with toolbox-api-client#72MDzaja wants to merge 2 commits into
Conversation
…lient Signed-off-by: MDzaja <mirkodzaja0@gmail.com>
There was a problem hiding this comment.
All reported issues were addressed across 505 files
Not reviewed (too large): openapi-specs/api.json (~14,348 lines) - if these are generated or fixture files, add them to ignored paths to exclude them from future reviews.
You’re at about 98% of the monthly reviewed-line limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
Note: This PR contains a large number of files. cubic only reviews up to 200 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
Tip: instead of fixing issues one by one fix them all with cubic
Re-trigger cubic
…oolboxApiClient models Signed-off-by: MDzaja <mirkodzaja0@gmail.com>
Summary by cubic
Replaced deprecated
ToolboxAPIcalls withtoolbox-api-clientin the MCP toolbox proxy. Removed Toolbox endpoints/models from the Go/Java API clients and OpenAPI, and updatedsdk-rubyto useDaytonaToolboxApiClientmodels forreplace_in_filesand LSP completions.Refactors
ToolboxAPIfromapi-client-goandapi-client-java, removed Toolbox-related models, and prunedapi/openapi.yaml. Other APIs are unchanged.replace_in_filesand LSP completions atDaytonaToolboxApiClientmodels.Migration
APIClient.ToolboxAPIno longer exists. Replace calls withtoolbox-api-clientequivalents and update imports.io.daytona.api.client.api.ToolboxApiand related models. Use thetoolbox-api-clientinstead and update imports/serializers as needed.DaytonaToolboxApiClient. No other changes needed.Written for commit 9b539e2. Summary will update on new commits.