feat(oidc): add unraid_oidc tool with providers, provider, configuration, public_providers, validate_session

This commit is contained in:
Jacob Magar
2026-03-15 19:30:22 -04:00
parent ebba60c095
commit 6eafc16af7
3 changed files with 184 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ def register_all_modules() -> None:
register_settings_tool,
register_live_tool,
register_customization_tool,
register_oidc_tool,
]
for registrar in registrars:
registrar(mcp)