RDL MCP Server✓
io.github.bethmaloney/rdl-mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.bethmaloney/rdl-mcp",
"description": "Edit SSRS reports using AI - simple tools to read and modify RDL files",
"title": "RDL MCP Server",
"repository": {
"url": "https://github.com/bethmaloney/rdl-mcp",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://github.com/bethmaloney/rdl-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rdl-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Log level for the RDL MCP server (DEBUG, INFO, WARNING, ERROR)",
"default": "INFO",
"name": "RDL_MCP_LOG_LEVEL"
},
{
"description": "Path to log file for the RDL MCP server",
"name": "RDL_MCP_LOG_FILE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}