Skip to content

[Feature] API Route Discovery & Cross-Service Endpoint Linking - #6

Merged
spelech merged 2 commits into
mainfrom
feature/api-route-discovery-5365465271942795610
Aug 25, 2026
Merged

[Feature] API Route Discovery & Cross-Service Endpoint Linking#6
spelech merged 2 commits into
mainfrom
feature/api-route-discovery-5365465271942795610

Conversation

@spelech

@spelech spelech commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Added API route definition and client call site extraction across Python, JS/TS, Go, C#, and Java frameworks. Extended SQLite database schema with api_routes and api_client_calls tables and indexes. Implemented find_routes and find_api_callers FastMCP tools with path normalization, regex matching, and permalink linking. Added comprehensive unit and integration tests.

Fixes #2


PR created automatically by Jules for task 5365465271942795610 started by @spelech

…tools

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@spelech spelech left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Code Review: API Route Discovery & Cross-Service Endpoint Linking (PR #6)

✅ Verification & Findings:

  • Multi-Framework Route Parsing: Successfully extracts route patterns across FastAPI, Express, Flask, ASP.NET, and Spring.
  • Client Call-Site Discovery: Correctly extracts fetch, axios, requests, and HttpClient invocations into SQLite api_client_calls table.
  • MCP Tools: Implements find_routes and find_api_callers with path normalization and source permalinks.
  • Merged with Main & Test Verification: Successfully integrated with latest main (including ADR & Architecture changes). All 255 backend tests passing.

Ready for merge once CI checks pass.

@spelech
spelech merged commit c35ebd3 into main Aug 25, 2026
2 checks passed
@spelech
spelech deleted the feature/api-route-discovery-5365465271942795610 branch August 25, 2026 04:35
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.

[Feature] API Route Discovery & Cross-Service Endpoint Linking (find_routes & find_api_callers MCP Tools)

1 participant