-
Notifications
You must be signed in to change notification settings - Fork 17
feature: mcp server organization and audit scope tooling #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🤖 Hi @QuinnDACollins, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📋 Review Summary
This pull request reorganizes the MCP server and introduces new tooling for determining the audit scope. The changes are well-structured and improve the project's maintainability.
🔍 General Feedback
- The introduction of
filesystem.tsto handle git-related operations is a good separation of concerns. - The tests for the new filesystem logic are a welcome addition.
- There are a couple of minor issues noted in the inline comments regarding error handling and a potentially extraneous file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request reorganizes the mcp-server and adds tooling for generating and auditing scope. The changes introduce a path traversal vulnerability in the findLineNumbers function.
🔍 General Feedback
- The reorganization of the mcp-server is well-structured and improves maintainability.
- The addition of the
get_audit_scopetool is a good improvement for the security extension.
shrishabh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
This changelist contains reorganization of the mcp_server to better support future additions and changes to the extension. In addition, it contains tooling to generate and audit scope