Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_status

Track file status in the working copy of an SVN repository. Specify a path and optionally include remote status for comprehensive updates. Ideal for efficient repository management.

Instructions

Ver el estado de archivos en el working copy

Input Schema

NameRequiredDescriptionDefault
pathNoRuta específica a consultar
showAllNoMostrar estado remoto también

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Ruta específica a consultar", "type": "string" }, "showAll": { "default": false, "description": "Mostrar estado remoto también", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from SVN MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcorroto/mcp-svn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server