Files
claude-plugins-official/external_plugins/fakechat/.mcp.json
2026-03-19 13:59:14 -07:00

9 lines
166 B
JSON

{
"mcpServers": {
"fakechat": {
"command": "bun",
"args": ["run", "--cwd", "${CLAUDE_PLUGIN_ROOT}", "--shell=bun", "--silent", "start"]
}
}
}