Skip to content

Commit 625015f

Browse files
markomanninenclaude
andcommitted
docs: Remove MVP terminology and clarify project description
Changes: - Update README title and description to be clear and direct - Remove "MVP" (Minimum Viable Product) jargon - Update pyproject.toml description - Update GitHub repository description via gh CLI The project is production-ready, not a minimal prototype. New description: "MCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol" 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dcc2bf8 commit 625015f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# MVP: Agent-steerable test & debug loop (MCP + DAP + pytest)
1+
# mcp-debugpy
22

33
[![CI](https://github.com/markomanninen/mcp-debugpy/actions/workflows/ci.yml/badge.svg)](https://github.com/markomanninen/mcp-debugpy/actions/workflows/ci.yml)
44
[![Release](https://img.shields.io/github/v/release/markomanninen/mcp-debugpy?label=release&sort=semver)](https://github.com/markomanninen/mcp-debugpy/releases)
55

6-
This minimal project shows how an agent could drive your Python test/debug loop:
6+
MCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol.
7+
8+
Enable AI agents to debug your Python code through natural language. This MCP server provides:
79

810
- **pytest JSON** reports for machine-readable failures
911
- **DAP (Debug Adapter Protocol)** control of a live `debugpy` session (breakpoints, continue, variables)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "mcp-debugpy"
77
version = "0.2.0"
8-
description = "MVP: agent-steerable debug loop using MCP, DAP and debugpy (demo & examples)"
8+
description = "MCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = { text = "MIT" }

0 commit comments

Comments
 (0)