tjtags/blb-support
v0.1.0
Read/triage BigLaw Bear support_issues for Clerk ops (list, resolve, escalate bugs to Builder).
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
blb-supportstdio
{
"type": "stdio",
"command": "node",
"args": [
"server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"SUPABASE_URL": "${SUPABASE_URL}",
"SUPABASE_SERVICE_ROLE_KEY": "${SUPABASE_SERVICE_ROLE_KEY}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "blb-support",
"version": "0.1.0",
"description": "Read/triage BigLaw Bear support_issues for Clerk ops (list, resolve, escalate bugs to Builder).",
"author": {
"name": "tinkabot"
},
"keywords": [
"biglaw-bear",
"support",
"supabase",
"clerk",
"mcp"
]
}