Skip to content

v0.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 23:54
· 82 commits to refs/heads/main since this release

Highest number of contributors for this release! Thank you to all the wonderful open-source contributors for helping make mcp-agent better. Special shoutout to @StreetLamb for adding many of the key features in this release, includuing Azure OpenAI, AWS Bedrock, and Google Gemini model support!

Highlights

Coming up next

We are about to do a significant upgrade to mcp-agent in the next week. If you'd like to help contribute, here are our priorities:

  • Add support for Temporal workflow executor for async agent orchestration (#14)
  • Distributed tracing & observability (#10)
  • Advanced MCP features (resources, prompts, sampling, and memory)
     

Changes

🐛 Bug Fixes

  • Fix generate_structured output in AzureAugmentedLLM and from_mcp_message_param issues @StreetLamb (#131)
  • fix: correct extend messages logic in BedrockAugmentedLLM @StreetLamb (#130)