Skip to content

Remove Logs and Releases tools and UI - #28

Merged
guitavano merged 1 commit into
mainfrom
guitavano/remove-logs-release-ui
Jul 30, 2026
Merged

Remove Logs and Releases tools and UI#28
guitavano merged 1 commit into
mainfrom
guitavano/remove-logs-release-ui

Conversation

@guitavano

@guitavano guitavano commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes the Logs and Releases MCP tools along with their UIs.

Deleted

  • api/tools/logs.ts, api/tools/releases.ts
  • api/resources/logs.ts, api/resources/releases.ts
  • web/tools/logs/, web/tools/releases/

Registries updated

  • api/tools/index.ts — removed getLogsDataTool, listReleasesTool, promoteToProductionTool, revertCommitTool, getProductionShaTool
  • web/router.tsx — removed LogsPage/ReleasesPage and the get_logs_data/list_releases entries from TOOL_PAGES
  • api/app.ts — removed the createLogsAppResource and createReleasesAppResource resources

Notes

  • The separate api/tools/hyperdx.ts (error patterns/rate) tool was left intact as it wasn't part of this request.
  • Typecheck shows only pre-existing node_modules errors (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

    • Deleted API tools and resources: api/tools/logs.ts, api/tools/releases.ts, api/resources/logs.ts, api/resources/releases.ts.
    • Pruned registries: removed get_logs_data, list_releases, promote_to_production, revert_commit, get_production_sha from api/tools/index.ts; removed Logs/Releases app resources from api/app.ts.
    • Removed web pages and routes: web/tools/logs/, web/tools/releases/, and corresponding entries in web/router.tsx.
  • Migration

    • Remove any links or flows that referenced Logs/Releases or their tool IDs (get_logs_data, list_releases, promote_to_production, revert_commit, get_production_sha). The api/tools/hyperdx.ts tools remain available.

Written for commit 053f31f. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 30, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@guitavano
guitavano merged commit 02266e2 into main Jul 30, 2026
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant