Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SVN_PATH | No | Ruta del ejecutable SVN | svn |
SVN_TIMEOUT | No | Timeout en milisegundos | 30000 |
SVN_PASSWORD | No | Contraseña para autenticación | |
SVN_USERNAME | No | Usuario para autenticación | |
SVN_WORKING_DIRECTORY | No | Directorio de trabajo | process.cwd() |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
svn_health_check | Verificar el estado de salud del sistema SVN y working copy |
svn_info | Obtener información detallada del working copy o archivo específico |
svn_status | Ver el estado de archivos en el working copy |
svn_log | Ver historial de commits del repositorio |
svn_diff | Ver diferencias entre versiones de archivos |
svn_checkout | Hacer checkout de un repositorio SVN |
svn_update | Actualizar working copy desde el repositorio |
svn_add | Añadir archivos al control de versiones |
svn_commit | Confirmar cambios al repositorio |
svn_delete | Eliminar archivos del control de versiones |
svn_revert | Revertir cambios locales en archivos |
svn_cleanup | Limpiar working copy de operaciones interrumpidas |