Session infrastructure: OpenRouter + tree-split reducer + observer→LLM Team + scrum_applier #11

Merged
profit merged 118 commits from scrum/auto-apply-19814 into main 2026-04-27 15:55:24 +00:00
Showing only changes of commit 24b06d80b2 - Show all commits

View File

@ -7,6 +7,14 @@
"LAKEHOUSE_URL": "http://localhost:3100", "LAKEHOUSE_URL": "http://localhost:3100",
"MCP_TRANSPORT": "stdio" "MCP_TRANSPORT": "stdio"
} }
},
"gitea": {
"command": "bunx",
"args": ["gitea-mcp"],
"env": {
"GITEA_HOST": "https://git.agentview.dev",
"GITEA_ACCESS_TOKEN": "SET_ME_FROM_GITEA_UI_USER_SETTINGS_APPLICATIONS"
}
} }
} }
} }