UNPKG

@debugmcp/mcp-debugger

Version:

Run-time step-through debugging for LLM agents.

12 lines (11 loc) 321 B
version: '3.8' services: mcp-debugger: # image: mcp-debugger:local build: . # Build from the Dockerfile in the current directory stdin_open: true tty: true volumes: - ./:/workspace:rw - ./logs:/tmp:rw command: ["stdio", "--log-level", "debug", "--log-file", "/tmp/mcp-debugger.log"]