-
Notifications
You must be signed in to change notification settings - Fork 158
Create an MCP server for ZetaChain docs #582
Copy link
Copy link
Open
Description
Using Mastra as an example of how an MCP server can be built.
import { FastMCP } from 'tylerbarnes-fastmcp-fix';
const server = new FastMCP({
name: 'Mastra Documentation Server',
version: "1.0.0"
});
server.addTool(docsTool);
export { server };Docs tool:
We can just generate all of this when we make a docs release, it will automatically publish @zetachain/docs on npm, which will contain an MCP server that can be installed into Cursor, for example.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels