forked from Jason-Vaughan/TangleBrain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
17 lines (17 loc) · 706 Bytes
/
Copy pathplugin.json
File metadata and controls
17 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "tanglebrain-delegate",
"version": "0.1.0",
"description": "Delegate sub-tasks to a free local model or configured backends mid-task — wires TangleBrain's tanglebrain-delegate stdio MCP server (delegate_local, delegate, delegate_many, delegate_targets) into Claude Code. Prerequisite: the tanglebrain Python package with the [delegate] extra on PATH (see the plugin README).",
"author": {
"name": "Jason Vaughan"
},
"homepage": "https://github.com/Jason-Vaughan/TangleBrain",
"repository": "https://github.com/Jason-Vaughan/TangleBrain",
"license": "MIT",
"mcpServers": {
"tanglebrain-delegate": {
"command": "tanglebrain-delegate",
"args": []
}
}
}