Copy the design PRD, .claude config, .m config, .mcp.json, and AGENTS.md symlink from m's main working tree so the worker has the full project context before starting Phase 1 implementation.
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"mcpServers": {
|
|
"supabase": {
|
|
"type": "http",
|
|
"url": "http://100.99.98.201:8000/mcp",
|
|
"headers": {
|
|
"Authorization": "Basic ${SUPABASE_AUTH}"
|
|
}
|
|
}
|
|
}
|
|
}
|