Skip to content

mcp-flow 0.1.0

Choose a tag to compare

@mano7onam mano7onam released this 22 Jul 15:10

mcp-flow 0.1.0

Lightweight MCP orchestrator for AI agents.

Install

pip install mcp-flow
# or
pip install https://github.com/mano7onam/mcp-flow/releases/download/v0.1.0/mcp_flow-0.1.0-py3-none-any.whl

Highlights

  • Parallel MCP tool calls (asyncio.gather)
  • Fluent Flow API: parallel / chain / fallback / race / filter / limit_tokens
  • Token & JSON trimmer (no tokenizer deps)
  • AST sandbox for LLM-generated flow scripts
  • stdio + SSE + Streamable HTTP transports