[Feature] API Route Discovery & Cross-Service Endpoint Linking - #6
Conversation
…tools Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…0 and sync requirements
spelech
left a comment
There was a problem hiding this comment.
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, andHttpClientinvocations into SQLiteapi_client_callstable. - MCP Tools: Implements
find_routesandfind_api_callerswith 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.
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