New slash commands for the agentic system: - /dispatch — dispatch subagent to sandboxed workspace - /status — show workspace status (running/blocked/completed) - /recall — search OpenBrain memories - /scan — find actionable Forge issues Fix MCP URL: api.lthn.sh/mcp → mcp.lthn.sh (subdomain routing). Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"mcpServers": {
|
|
"core": {
|
|
"type": "http",
|
|
"url": "https://mcp.lthn.sh",
|
|
"headers": {
|
|
"Authorization": "Bearer $CORE_BRAIN_KEY"
|
|
},
|
|
"allowedEnvVars": ["CORE_BRAIN_KEY"]
|
|
}
|
|
}
|
|
}
|