Add Microsoft + Zapier connectors to Agent Finder catalog - #55
Draft
dhruvchand wants to merge 6 commits into
Draft
dhruvchand wants to merge 6 commits into
dhruvchand wants to merge 6 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b4d3b6e9-79c8-4c01-8f3d-f1534c00505a
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b4d3b6e9-79c8-4c01-8f3d-f1534c00505a
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b4d3b6e9-79c8-4c01-8f3d-f1534c00505a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Surfaces Copilot connectors in Agent Finder by annotating the existing MCP/plugin entries (Plan C), not adding duplicate connector rows.
Annotation shape
connector-available tag + connector:{available,name} + matchHints (aliases / file extensions / url domains) for high-confidence signal→connector matching.
Generator
generate_ai_catalog.py overlays connector-annotations.json onto matching remote entries by identifier, and fails if an annotation targets a missing identifier. ai-catalog.json left for CI to regenerate.
Layering
Discovery (this PR / Agent Finder): "managed connector available — prefer it" + signal→connector matching. Connect (connector service): OAuth + enablement + per-tenant MCP URL by name.