WIP simplifying load/startup

This commit is contained in:
John Lancaster
2026-07-26 17:23:39 -05:00
parent 5e20f69cfe
commit 42ea105bee
30 changed files with 855 additions and 766 deletions
+4
View File
@@ -6,6 +6,7 @@ dependencies = [
"fastapi>=0.115.0",
"fastmcp>=2.10.0",
"pydantic-settings>=2.0.0",
"python-json-logger>=4.1.0",
"pyyaml>=6.0.2",
"uvicorn[standard]>=0.34.0",
"zensical>=0.0.45",
@@ -21,6 +22,9 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/personal_mcp"]
[tool.hatch.build.targets.wheel.force-include]
docs = "personal_mcp/docs"
[dependency-groups]
dev = [
"ipywidgets>=8.1.8",