From zeb-message
Local stdio MCP server named 'line' launched via Bun 'start' script in the plugin directory. Capabilities unclear from configuration; no secrets required.
npx claudepluginhub zeblawrence/agent-resources --plugin zeb-messageAdd to your .mcp.json:
{
"mcpServers": {
"zeb-message": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun