-
Notifications
You must be signed in to change notification settings - Fork 0
Description
About
Based on fundamentals in llms.txt, building an MCP server on top might be applicable.
Details
The article Introducing Mastra MCP Documentation Server says it all:
Our MCP documentation server builds on concepts from
llms.txt(exposing documentation as LLM context) but expands on it by enabling agents to query specific contextual information about Mastra. Since the agent can make additional queries when it needs to, minimal context is used in comparison tollms.txt.
We've seen that coding agents using this system are able to find the information they need to complete a task more quickly and efficiently. This is because the context window isn't full of documentation info that isn't relevant to the specific task at hand. Instead, only the information the agent queries is added to context.