Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
HiveFlow Flows | List of all workflow flows |
MCP Servers | List of configured MCP servers |
Flow Executions | Flow execution history |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_flow | Crea un nuevo flujo de trabajo en HiveFlow |
list_flows | Lista todos los flujos de trabajo del usuario |
get_flow | Obtiene detalles de un flujo específico |
execute_flow | Ejecuta un flujo de trabajo específico |
pause_flow | Pausa un flujo activo |
resume_flow | Reanuda un flujo pausado |
list_mcp_servers | Lista los servidores MCP configurados en HiveFlow |
create_mcp_server | Registra un nuevo servidor MCP en HiveFlow |
get_flow_executions | Obtiene el historial de ejecuciones de un flujo |