Skip to content

v0.1.1

Choose a tag to compare

@GeraudBourdin GeraudBourdin released this 27 Jun 14:42
· 23 commits to mcp since this release

[0.1.1]

Added

  • Support for Multi-Call Prompt (MCP) using McpConfig, enabling advanced tool configuration and multiple tool call strategies in chat() requests.
  • Full integration with clients: AnthropicClient, MistralClient, OpenAIClient, and others.
  • New examples showcasing MCP usage added in the examples/ directory.
  • MCP and tool's response are now streamable.

Changed

  • Tool injection logic in clients refactored to handle both classic arrays and McpConfig objects seamlessly.