Skip to content

v0.9.3 - MCP timeout + integrations docs

Choose a tag to compare

@Arthur-Ficial Arthur-Ficial released this 08 Apr 08:05

Configurable MCP timeout (#50)

apfel --mcp-timeout 30 --mcp ./slow-remote-server.py "hello"
APFEL_MCP_TIMEOUT=30 apfel --mcp ./server.py "hello"

One timeout for both startup and tool calls (UNIX way - simple, not split). Default: 5s. Max: 300s.

Integrations docs (#51)

New docs/integrations.md with opencode config example. Thanks @tvi!

Update

brew upgrade apfel