debug launch config

This commit is contained in:
John Lancaster
2026-08-29 21:06:02 -05:00
parent de95477480
commit c31a78206f
12 changed files with 207 additions and 49 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
[project]
name = "prompts"
name = "personal_mcp"
version = "2.0.0"
requires-python = ">=3.12"
dependencies = [
@@ -17,13 +17,11 @@ constraint-dependencies = ["fastmcp-slim==4.0.0b4"]
[project.scripts]
personal-mcp = "personal_mcp.__main__:main"
mcp-stdio = "personal_mcp.mcp:run_stdio"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/personal_mcp"]
requires = ["uv_build>=0.12.7,<0.13"]
build-backend = "uv_build"
[dependency-groups]
dev = [
@@ -37,6 +35,7 @@ test = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
"pytest-xprocess>=1.0.2",
"pyyaml>=6.0.2",
]
@@ -52,3 +51,4 @@ markers = [
[tool.ty.src]
include = ["src", "tests"]
exclude = ["src/personal_mcp/docs/skills/*/examples/*.py"]