Commit Graph

5 Commits

Author SHA1 Message Date
3d07cf38b6 fix(runner): wire ToolContext vibnApiUrl + mcpToken so agent tools reach the frontend MCP
buildContext() hardcoded vibnApiUrl='http://localhost:3000' and mcpToken='',
so every agent tool call (projects_list, workspace_describe, apps_list, ...)
fetched the runner itself on a dead port and failed with 'fetch failed'.
Now /agent/execute reads mcpToken from the request body and sets
ctx.vibnApiUrl (from VIBN_API_URL), ctx.mcpToken, and ctx.projectId before
running the agent.
2026-05-30 19:15:43 -07:00
2e5ca29c40 fix(runner): bump max tool rounds to 30 to support long deployments 2026-05-19 14:51:11 -07:00
8071ac9049 fix(runner): remove leftover syntax errors 2026-05-19 14:34:42 -07:00
2f86a4262e fix(runner): resolve TypeScript compilation errors 2026-05-19 14:14:34 -07:00
abf9bf89c2 chore: convert submodules to standard directories for true monorepo structure 2026-05-13 14:54:23 -07:00