概要
Flow offers server implementations designed for running FlowMCP schemas in various environments. It includes a LocalServer for stdio-based execution, ideal for CLI tools and testing, and a RemoteServer for network-based usage via HTTP and SSE, suitable for frontend apps and remote integrations. With support for multiple transport protocols, optional authentication, and easy configuration, Flow enables seamless AI-API integration.
主な機能
- Supports local (stdio) and remote (HTTP/SSE) server implementations.
- Offers statelessStreamable, stickyStreamable, and SSE transport protocols.
- Includes optional Bearer token authentication for remote servers.
- Allows configuration of server settings such as port and root URL.
- 0 GitHub stars
- Fully supports `FlowMCP.activateServerTools(...)`
ユースケース
- Integrating FlowMCP schemas with frontend applications.
- Running FlowMCP schemas in CLI tools and testing environments.
- Enabling remote access to FlowMCP schemas via HTTP and SSE.