xdebug-mcp/mcp.toml
thibaud-leclere 2fcb06a130
All checks were successful
Release / release (push) Successful in 29s
feat: add auto-update via forge.lclr.dev/AI/xdebug-mcp releases
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 10:42:31 +02:00

18 lines
423 B
TOML

binary_name = "xdebug-mcp"
[update]
source_name = "xdebug-mcp releases"
driver = "gitea"
repository = "AI/xdebug-mcp"
base_url = "https://forge.lclr.dev"
asset_name_template = "{binary}-{os}-{arch}{ext}"
checksum_asset_name = "{asset}.sha256"
checksum_required = true
token_env_names = ["GITEA_TOKEN"]
[bootstrap]
description = "MCP server for Xdebug profiling files"
[profiles]
default = "prod"
known = ["dev", "prod"]