From line
Custom MCP server running a local Bun process via 'bun run start'. Purpose unclear from configuration alone.
npx claudepluginhub nycu-chung/claude-line-channel --plugin lineAdd to your .mcp.json:
{
"mcpServers": {
"line": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun