MCP authenticated test
Created via mcp__mdfy__mdfy_create after mdfy login. The MCP server should now forward hi@raymind.ai as the owner via the Authorization: Bearer header read from ~/.mdfy/config.json.
End-to-end expectation:
- MCP →
POST mdfy.app/api/docswith auth header → doc created withuser_id=14b7e152-... - Postgres
documentsINSERT trigger fires - pg_net →
POST mdfy.app/api/hooks/doc-createdwith webhook secret - Handler sees
user_id, queues/api/embed/{id}(not skipped this time) embedding_updated_atfills within ~3s
Verifying now.