feat (backend): Add support for MCP servers natively via CodeActAgent (#7637)

Co-authored-by: trungbach <trunga2k29@gmail.com>
Co-authored-by: quangdz1704 <Ntq.1704@gmail.com>
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
This commit is contained in:
Duc Pham
2025-04-09 18:59:13 -07:00
committed by GitHub
parent e359a4affa
commit 35d49f6941
40 changed files with 803 additions and 34 deletions

View File

@@ -112,7 +112,9 @@ async def _create_new_conversation(
title=conversation_title,
user_id=user_id,
github_user_id=None,
selected_repository=selected_repository.full_name if selected_repository else selected_repository,
selected_repository=selected_repository.full_name
if selected_repository
else selected_repository,
selected_branch=selected_branch,
)
)