initial server

This commit is contained in:
John Lancaster
2026-06-18 19:16:06 -05:00
parent 9b02007216
commit dbaaad8df8
21 changed files with 1886 additions and 286 deletions
+11
View File
@@ -3,5 +3,16 @@ name = "prompts"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.10.0",
"zensical>=0.0.45",
]
[project.scripts]
personal-mcp = "personal_mcp.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/personal_mcp"]