mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-19 23:23:07 +00:00
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"mcpServers": {
|
|
"discord": {
|
|
"command": "bun",
|
|
"args": ["run", "--cwd", "${CLAUDE_PLUGIN_ROOT}", "--shell=bun", "--silent", "start"]
|
|
}
|
|
}
|
|
}
|