added mcp initial trail files

This commit is contained in:
RNL
2026-03-26 23:07:52 +11:00
parent 46902d7ec0
commit d167073fde
9 changed files with 797 additions and 3 deletions

View File

@@ -40,6 +40,9 @@ standalone = [
"python-dotenv",
"whitenoise",
]
mcp = [
"mcp[cli]>=1.0",
]
dev = [
"ruff",
"pytest",