Remove Logs and Releases tools and UI - #28
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
admin-mcp | 053f31f | Commit Preview URL Branch Preview URL |
Jul 30 2026, 03:23 PM |
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
Removes the Logs and Releases MCP tools along with their UIs.
Deleted
api/tools/logs.ts,api/tools/releases.tsapi/resources/logs.ts,api/resources/releases.tsweb/tools/logs/,web/tools/releases/Registries updated
api/tools/index.ts— removedgetLogsDataTool,listReleasesTool,promoteToProductionTool,revertCommitTool,getProductionShaToolweb/router.tsx— removedLogsPage/ReleasesPageand theget_logs_data/list_releasesentries fromTOOL_PAGESapi/app.ts— removed thecreateLogsAppResourceandcreateReleasesAppResourceresourcesNotes
api/tools/hyperdx.ts(error patterns/rate) tool was left intact as it wasn't part of this request.node_moduleserrors (zod version conflict in deps); no errors in source.🤖 Generated with Claude Code
Summary by cubic
Removes the Logs and Releases MCP tools and their UIs to retire these features and reduce maintenance surface. All related APIs, resources, routes, and registry entries are removed.
Refactors
api/tools/logs.ts,api/tools/releases.ts,api/resources/logs.ts,api/resources/releases.ts.get_logs_data,list_releases,promote_to_production,revert_commit,get_production_shafromapi/tools/index.ts; removed Logs/Releases app resources fromapi/app.ts.web/tools/logs/,web/tools/releases/, and corresponding entries inweb/router.tsx.Migration
get_logs_data,list_releases,promote_to_production,revert_commit,get_production_sha). Theapi/tools/hyperdx.tstools remain available.Written for commit 053f31f. Summary will update on new commits.