web package

This commit is contained in:
John Lancaster
2026-06-18 21:15:54 -05:00
parent 4b1a261b2d
commit b6010775ad
11 changed files with 277 additions and 28 deletions
+18
View File
@@ -0,0 +1,18 @@
# Personal MCP HTTP runtime
PERSONAL_MCP_HOST=127.0.0.1
PERSONAL_MCP_PORT=8000
PERSONAL_MCP_LOG_LEVEL=info
PERSONAL_MCP_DEBUG=false
# Mounted routes
PERSONAL_MCP_MCP_ROUTE=/mcp
PERSONAL_MCP_DOCS_ROUTE=/docs
# Static docs output built by Zensical
PERSONAL_MCP_SITE_DIR=site
# Example local command:
# uv run uvicorn personal_mcp.main:app --host 127.0.0.1 --port 8000 --log-level info
# Example container-oriented command:
# uv run uvicorn personal_mcp.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips '*'