ListView
This module contains views to implement the React.
MCPClient list view in the Smarter Dashboard.
- class smarter.apps.mcpclient.views.listview.view.MCPClientListView(**kwargs)[source]
Bases:
SmarterAuthenticatedNeverCachedWebViewRender the mcpclient list view for the Smarter Workbench web console.
This view displays all mcpclients available to the authenticated user as cards, providing a quick overview and access to mcpclient details.
- Parameters:
- Returns:
Rendered HTML page with a card for each mcpclient, or a 404 error page if the user is not authenticated.
- Return type:
HttpResponse
- property formatted_class_name: str
Returns a formatted string of the class name for logging purposes.