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
fix(@angular/cli): add snippet support to example search MCP tool
This commit enhances the `find_examples` tool by adding support for contextual snippets in the search results.
Key changes:
- The SQL query now uses the FTS5 `snippet()` function to generate a snippet of the matched content, with search terms highlighted.
- The tool's output schema is updated with a new optional `snippet` field.
- The description for the new `snippet` field is highly prescriptive, teaching the AI how to use snippets to enable more sophisticated and efficient agentic workflows, such as summarizing results for the user or performing internal evaluation before selecting the best result.
0 commit comments