Skip to content

Commit 82838dc

Browse files
authored
feat(mastra): add MCP docs server configuration (#143)
Add mcpServers entry to plugin.json to integrate @mastra/mcp-docs-server via npx, enabling MCP-based documentation access for the Mastra plugin.
1 parent 6e5bd4f commit 82838dc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/mastra/.claude-plugin/plugin.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
"framework",
1515
"agent"
1616
],
17+
"mcpServers": {
18+
"mastra": {
19+
"type": "stdio",
20+
"command": "npx",
21+
"args": ["-y", "@mastra/mcp-docs-server@latest"]
22+
}
23+
},
1724
"skills": "./.agents/skills/"
1825
}

0 commit comments

Comments
 (0)