chore: remove disabled MCP tool registrations#527
Merged
jonathannorris merged 2 commits intomainfrom Oct 8, 2025
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
devcycle-mcp-server | d32a0bb | Oct 07 2025, 07:33 PM |
There was a problem hiding this comment.
Pull Request Overview
This PR removes disabled MCP tool registrations and unused handler functions from the MCP codebase to improve maintainability.
- Deleted entire files containing only disabled/unused tools
- Removed commented-out tool registrations from active files
- Fixed linter warnings by changing
anytounknowntypes
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/mcp/tools/selfTargetingTools.ts | Removed unused import, deleted disabled handler function, and updated type annotations |
| src/mcp/tools/projectTools.ts | Removed unused imports and handler functions, cleaned up disabled tool registrations |
| src/mcp/tools/index.ts | Removed imports and registration calls for deleted tool files |
| src/mcp/tools/environmentTools.ts | Completely deleted file containing only disabled tools |
| src/mcp/tools/customPropertiesTools.ts | Completely deleted file containing unused tools |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
JamieSinn
approved these changes
Oct 7, 2025
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.
Removes commented-out tool registrations and unused handler functions from the MCP codebase.
Changes
environmentTools.ts(all tools were disabled)customPropertiesTools.ts(unused, not imported anywhere)projectTools.tsandselfTargetingTools.tsany→unknown)