Link the developer skill and docs MCP server from llms.txt - #5120
Open
lennessyy wants to merge 1 commit into
Open
Link the developer skill and docs MCP server from llms.txt#5120lennessyy wants to merge 1 commit into
lennessyy wants to merge 1 commit into
Conversation
llms.txt indexes the documentation but says nothing about the two tools built for the agents reading it. Add a "Tools for agents" section before the content sections. The MCP entry states the OAuth requirement functionally: what the agent should expect, and that the .md URLs are the fallback when a client can't complete the flow. An agent that reads "anonymous requests are rejected" alongside a working alternative is less likely to retry against the server. URLs match the ones already documented on /with-ai.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview linksThis PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here. |
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.
llms.txtindexes the docs but says nothing about the two tools built for the agents reading it. Adds a## Tools for agentssection before the content sections.The MCP entry states the auth requirement functionally — what the agent should expect, plus the
.mdfallback when a client can't complete the OAuth flow — rather than as a bare policy line.Both URLs match what
/with-aialready documents.Test plan
yarn buildsucceeds; rootllms.txtrenders the new section ahead of Core Primitives/llms.txton the Vercel preview🤖 Generated with Claude Code
┆Attachments: EDU-6964 Link the developer skill and docs MCP server from llms.txt