autointent.server.mcp#
MCP Server for AutoIntent.
Attributes#
Classes#
Application settings loaded from environment variables. |
|
Output model for the predict tool. |
|
Params to perform pagination. |
|
Information about data pages. |
|
Output model for the classes tool. |
|
Single training sample. |
|
Output model for the train_data tool. |
Functions#
Get or create settings instance. |
|
Load the optimized pipeline from disk. |
|
Load the training dataset from the pipeline directory. |
|
|
Lifespan manager for the MCP server. |
|
Classify text utterances using the trained AutoIntent pipeline. |
|
Get paginated list of all available classes/intents with their metadata. |
|
Access training samples with pagination and filtering options. |
|
Main entry point for the MCP server. |
Module Contents#
- autointent.server.mcp.logger#
- autointent.server.mcp.mcp#