feat: MCP profile tools; ProfileUpdater/ProfilePresenter shared with /me; docs and Caddy snippet for /mcp

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BCrwHHnGCB5XH968Nxokqw
This commit is contained in:
nikita.hohlov
2026-09-05 06:14:31 -03:00
parent ed45a1d516
commit 8ee8a30fb5
12 changed files with 220 additions and 50 deletions

View File

@@ -36,5 +36,7 @@ class HadoServer extends Server
Tools\DeleteEvent::class,
Tools\MarkDone::class,
Tools\MarkAck::class,
Tools\GetProfile::class,
Tools\UpdateProfile::class,
];
}