You've already forked agentic-coding-workflow
ACP / MCP
This commit is contained in:
@@ -261,8 +261,8 @@ func (s *sessionService) Create(ctx context.Context, c Caller, in CreateSessionI
|
||||
|
||||
// 9. async spawn(失败时回滚 worktree + revoke MCP token)
|
||||
extraEnv := map[string]string{
|
||||
"ACW_MCP_TOKEN": tokenRes.Plaintext,
|
||||
"ACW_MCP_URL": s.cfg.MCPPublicURL,
|
||||
EnvMCPToken: tokenRes.Plaintext,
|
||||
EnvMCPURL: s.cfg.MCPPublicURL,
|
||||
}
|
||||
go func() {
|
||||
spawnCtx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
|
||||
|
||||
Reference in New Issue
Block a user