Enhance sandbox functionality and MCP tools
This commit enhances the sandbox functionality by: - Adding a new jj_log tool to retrieve commit history - Refactoring sandbox tools into dedicated modules - Improving project management with session-based active projects - Updating Docker configuration to properly mount the sandbox volume - Adding proper error handling and documentation for all tools - Updating dependencies and configuration files
This commit is contained in:
@@ -47,3 +47,9 @@ Schema:
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Ok, on va essayer de développer un outil un peu plus avancé.
|
||||
Dans le fichier @src/sandbox/__init__.py Nous allons créer une fonction jj_log.
|
||||
Cette fonction prendra en paramètres:
|
||||
- un projet
|
||||
|
||||
Reference in New Issue
Block a user