Skip to content

Releases: lastmile-ai/mcp-agent

v0.0.21

09 May 16:54
Compare
Choose a tag to compare

Minor patch update to get mcp-agent compatible with latest MCP package v1.8.0

Changes

  • Upgrade MCP package dependency to v1.8.0 with corresponding hotfixes (8de63b4)
  • Add an OllamaAugmentedLLM and ensure it works well with complex workflows that require structured type generation (
  • Fixing absolute path of server in basic/decorator/yaml @Deathn0t (#181)
  • Get rid of custom websocket and stdio clients in favor of default ones shipped in MCP package (9d92ef0)

v0.0.18

02 May 02:24
Compare
Choose a tag to compare

Thank you to all the wonderful community contributions! We are gearing up for a significant update to mcp-agent shortly. You can follow the progress in feature/temporal_prime and feature/app_server branches. v0.0.18 has a few bug fixes, and the ability to specify a custom http client for OpenAI AugmentedLLM (thanks @blevz!)

Changes

  • Add ability to configure the http_client for openai @blevz (#173)

🐛 Bug Fixes

Quality of Life

v0.0.16

17 Apr 23:05
Compare
Choose a tag to compare

Minor release adding proper support for MCP servers using SSE and Websockets, with configurable headers, as well as OpenAI o4 model support.

Huge thanks to @pmohan6 especially for adding WS support (with tests), as well as @aloktiagi for quickly adding o4 day-of-launch
 

Changes

  • feature: support websocket connections and passing in HTTP headers to websockets and SSE connections @pmohan6 (#116)
  • add support for o4 reasoning models @aloktiagi (#142)

v0.0.15

16 Apr 23:54
Compare
Choose a tag to compare

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)

v0.0.11

25 Mar 15:14
Compare
Choose a tag to compare

Small qol updates

Changes

v0.0.10

20 Mar 17:54
Compare
Choose a tag to compare

Changes

Thank you to the community for continuing to help build this project! There's a major version update coming next.

v0.0.9

15 Mar 22:35
Compare
Choose a tag to compare

QoL updates over various examples, bug fixes, and a feature by @MattMorgis to allow multiple loggers to be configured simultaneously.
Thank you to all the excellent contributions from the community!

Changes

v0.0.8

06 Mar 03:39
Compare
Choose a tag to compare

Dedicating this release to @evalstate, who drove some incredible updates to the core framework, as well as some phenomenal examples, singlehandedly. Thank you! Details below:

Changes

Thank you to all the wonderful community contributors for making this release possible.

v0.0.7

19 Feb 01:09
Compare
Choose a tag to compare

Changes

  • Ensure base_url is always used for OpenAI clients @mcolyer (#26)
  • Fix duplicate tool call messages when using OpenAIAugmentedLLM @StreetLamb (#22)
  • Support models compatible with OpenAI format @StreetLamb (#21)
  • Add MCP agent server example @StreetLamb (#7)
  • Fix NameError in streamlit_mcp_rag_agent example @StreetLamb (#9)
  • Add Streamlit MCP RAG Agent example @StreetLamb (#4)
  • example: Update marimo notebook README @akshayka (#6)
  • example: add marimo notebook (basic mcp agent) @akshayka (#5)
  • Add Streamlit MCP Agent example with configuration and requirements @StreetLamb (#3)
  • Fix/secrets tracking @evalstate (#2)
  • First commit: Create initial scaffolding for mcp-agent @saqadri (#1)

Thank you to all the wonderful community contributors for making this release possible.