AskWashU.Mcp.Python running

v1.0.0 · MCP endpoint: POST /mcp

Connect

This is an MCP server, not a website. Use an MCP client like MCP Inspector, Claude Code, or Oliver.

npx @modelcontextprotocol/inspector http://<host>:<port>/mcp

Available tools

Auth

The /mcp endpoint requires the X-Service-Key header (shared secret per environment). Callers pass the end user in X-User-Email / X-User-Object-Id. Set Auth__ServiceKey and Auth__AllowAnonymous=false on the Container App. See the README for details.