Skip to content

Commit 6cfcc5e

Browse files
committed
fix some bugs of json outputs and improve the workflow
1 parent c5e515d commit 6cfcc5e

File tree

6 files changed

+402
-246
lines changed

6 files changed

+402
-246
lines changed

config/mcp_tool_definitions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def get_code_implementation_tools() -> List[Dict[str, Any]]:
2626
"""
2727
return [
2828
MCPToolDefinitions._get_read_file_tool(),
29-
MCPToolDefinitions._get_read_multiple_files_tool(),
29+
# MCPToolDefinitions._get_read_multiple_files_tool(),
3030
MCPToolDefinitions._get_read_code_mem_tool(),
3131
MCPToolDefinitions._get_write_file_tool(),
32-
MCPToolDefinitions._get_write_multiple_files_tool(),
33-
MCPToolDefinitions._get_execute_python_tool(),
32+
# MCPToolDefinitions._get_write_multiple_files_tool(),
33+
# MCPToolDefinitions._get_execute_python_tool(),
3434
MCPToolDefinitions._get_execute_bash_tool(),
3535
]
3636

mcp_agent.secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ openai:
44

55

66

7+
78
anthropic:
89
api_key: ""

0 commit comments

Comments
 (0)