Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 22:21
· 3 commits to main since this release

DAP-MCP v0.1.1

MCP server for Debug Adapter Protocol - enabling AI agents to debug code.

Installation

Homebrew (macOS/Linux):

brew install ctagard/tap/dap-mcp

Debian/Ubuntu (apt):

# Download the .deb file from below and install:
sudo dpkg -i dap-mcp_0.1.1_linux_amd64.deb

Fedora/RHEL (dnf/yum):

# Download the .rpm file from below and install:
sudo rpm -i dap-mcp_0.1.1_linux_amd64.rpm

Arch Linux (AUR):

yay -S dap-mcp-bin
# or build from source:
yay -S dap-mcp

Go Install:

go install github.com/ctagard/dap-mcp/cmd/dap-mcp@v0.1.1

Binary Download:
Download the appropriate binary for your platform below.

Changelog