Skip to content

Remove cross reference locally #60

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

Merged
merged 2 commits into from
Jun 18, 2025
Merged

Conversation

mmilanta
Copy link
Contributor

cross reference analysis happens remotly. Remotly it has been improved by looking for soft references.

@mmilanta mmilanta requested a review from Copilot June 18, 2025 12:53
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the local cross reference analysis code since cross reference analysis now happens remotely with improved logic. It removes the printing of local cross reference warnings, deletes the CrossRefResult model and its references from ScanPathResult, and eliminates the local check_cross_references method from MCPScanner.

  • Removed local cross reference print logic in the printer module.
  • Deleted the CrossRefResult model and its reference in the models.
  • Removed the check_cross_references function and its call in the scanner.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/mcp_scan/printer.py Removed the printing of local cross reference warnings.
src/mcp_scan/models.py Removed the CrossRefResult model and its usage in ScanPathResult.
src/mcp_scan/MCPScanner.py Eliminated the check_cross_references function and its invocation.

@mmilanta mmilanta merged commit 4badc10 into main Jun 18, 2025
3 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