You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): find_symbol — resolve Function/Class name to symbol_id
Bridges human-readable names to the integer symbol_id that get_neighbors,
impact_analysis and find_path require (those take an id, not a name; search_code
returns files). Accepts a simple name or dotted qualname (last segment used);
optional file arg flags/orders in-file matches first so a wrong file filter
degrades visibly rather than silently routing to an arbitrary same-named symbol.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments