Files
superset2/tests/unit_tests/mcp_service/user
Amin Ghadersohi 38d28c330e feat(mcp): add list and get tools for users and roles
Implements 4 new MCP tools across two domains:
- list_users, get_user_info: admin-only user directory tools with
  privacy controls (email/roles redacted unless caller has data model
  metadata access)
- list_roles, get_role_info: admin-only role listing tools backed by
  a minimal RoleDAO wrapping the FAB Role model

Registers all tools in app.py and adds them to the server instructions.
Unit tests cover basic listing, privacy enforcement, not-found paths,
and filter/search mutual-exclusion validation.
2026-05-20 22:48:43 +00:00
..