HamGNN Pipeline MCP
Create an account for the HamGNN materials console.
New accounts are stored in the local SQLite database at `mcp_server/data/mcp_server.db`, then a 6-character verification code is sent to the email address before full access is enabled.
DB
Local Storage
User records live in SQLite through SQLAlchemy, without introducing an external auth service.
MCP
Ready for Keys
Registration routes into email verification first, then into the API key page for per-user MCP credentials.
Stored User Fields
- username
- display name
- hashed password
Create Account
Register a local user
This writes the user to the local database and opens a session immediately.