Switch to per-service subdomains, shared token store

URLs: mail.mcp.home.slohmaier.de, calendar.mcp..., etc.
No more path-prefix routing — each service has its own domain.
OAuth tokens stored in shared .active_tokens.json file so all
services can validate tokens issued by any service.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Stefan Lohmaier
2026-06-12 09:13:54 +02:00
parent 7f0b03606a
commit 30351f1bcf
2 changed files with 26 additions and 6 deletions
+1
View File
@@ -3,3 +3,4 @@ __pycache__/
*.pyc
tokens.json
config.json
.active_tokens.json