Add You.com resources to catalog - #13
Open
EdwardIrby wants to merge 7 commits into
Open
EdwardIrby wants to merge 7 commits into
EdwardIrby wants to merge 7 commits into
Conversation
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
- add portable Agent Plugins v1.0.0 entry pointing at agent-skills plugin.json - fix Claude Code plugin media type to application/vnd.anthropic.claude-plugin+json (matching upstream PR github#44) and point plugin URLs at their manifests - remove direct You.com MCP server entry: io.github.youdotcom-oss/mcp is active in the official MCP registry, which remains the source of truth (PR github#20) - merge upstream/main and regenerate ai-catalog.json
Hosted Agent Skill at https://you.com/SKILL.md that onboards coding agents to You.com and routes between local use and integration building.
io.github.youdotcom-oss/mcp is active in the official MCP Registry but not yet mirrored into GitHub's MCP catalog, so a direct entry is needed for it to appear in ai-catalog.json. This entry can be removed once GitHub's registry mirror ingests the server.
Align agentfinder-catalog entries 1:1 with the authoritative catalog now served at https://you.com/.well-known/ai-catalog.json (and .well-known/ard.json): - re-identifier all entries to the urn:ai:you.com:* scheme so generated urn:air:you.com:* identifiers match the live catalog exactly (no duplicate identities across catalogs) - add host plugins: you-codex, you-grok, you-kimi - add npm packages: dsh-plugin, openclaw, opencode, pi - add You.com Docs MCP server (you-docs, keyless) - switch you-mcp to application/mcp-server-card+json pointing at the SEP-2127 card served at https://api.you.com/mcp/server-card - carry ARD discovery fields (capabilities, representativeQueries)
Author
|
Heads up for reviewers: You.com now publishes the authoritative, spec-conformant manifest at:
This PR's entries mirror that live catalog 1:1 (identifiers, types, descriptions, We've opened #50 ("Federation request: index the You.com catalog (you.com)") asking for the well-known source to be indexed directly per ARD §5.2 (web ingestion of hosted manifests is a required pipeline for conformant registries). We would prefer federation over maintaining mirrored per-entry files — if that's adopted, this PR (or the redundant parts of it) can be superseded by the live source. |
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.
Summary
ai-catalog.jsonNotes
urn:ai:you.com:<kind>:<name>scheme so the generatedurn:air:you.com:*matches the live well-known catalog exactly — no duplicate identities across catalogs. Publisher directory stayscatalog/youdotcom-oss/(GitHub org).capabilities,representativeQueries) served by You.com's own catalog.io.github.youdotcom-oss/mcp) is active in the official MCP Registry (see Onboard You.com MCP server: io.github.youdotcom-oss/mcp github-mcp-server#2934); the direct entry uses the SEP-2127 server card served at /mcp/server-card.Validation
python -m json.toolon each JSON filepython3 scripts/generate_ai_catalog.py+--check(2126 entries, passes)