MCP Server
MCP Server for SciTeX Notifications - Multi-backend alert system.
Supports: audio, desktop, email, matplotlib, playwright, webhook backends.
- Usage:
scitex-notification mcp start python -m scitex_notification.mcp_server
- class scitex_notification.mcp_server.NotifyServer[source]
Bases:
objectMCP Server for multi-backend notifications.
MCP handlers and schemas for scitex_notification server.
- async scitex_notification._mcp.available_backends_handler() dict[source]
Get list of currently available backends.
- async scitex_notification._mcp.get_config_handler() dict[source]
Get current notification configuration.
- scitex_notification._mcp.get_tool_schemas() list[Tool][source]
Return all tool schemas for the notification MCP server.