Skip to content

Releases: mark3labs/mcp-go

Release v0.10.3

04 Mar 08:07
78f35a5

Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

Release v0.10.2

03 Mar 17:40

Choose a tag to compare

What's Changed

  • change to strong ResourceContents type by @xinwo in #33

Full Changelog: v0.10.1...v0.10.2

Release v0.10.1

03 Mar 14:46

Choose a tag to compare

Release v0.10.0

02 Mar 20:22
5dab240

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

02 Mar 09:39
7e6fe09

Choose a tag to compare

Merge pull request #26 from xinwo/feature/strong_content_type

change to strong content type

Release v0.8.5

22 Feb 18:14
e8d90a0

Choose a tag to compare

What's Changed

  • feat(server): enhance tool management with ServerTool struct and related methods by @manusa in #24
  • modify endpoint compare logic by @xinwo in #23

Full Changelog: v0.8.4...v0.8.5

Release v0.8.4

16 Feb 09:40
35e60f7

Choose a tag to compare

Merge pull request #18 from marcnuri-forks/fix/sse-send-request

fix(client): SSE client can call tools

v0.8.3

27 Jan 09:23
97e2692

Choose a tag to compare

What's Changed

  • Client: return the errors if any by @rumpl in #13

New Contributors

  • @rumpl made their first contribution in #13

Full Changelog: v0.8.2...v0.8.3

v0.8.2

27 Jan 09:23
d925d48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

18 Dec 07:59

Choose a tag to compare

🚀 Changelog

🛠 Improvements

• Enhanced stdio client environment handling ( 51148f )
• Merged system environment variables with provided ones
• Improved environment variable propagation in StdioMCPClient

🧰 Internal Changes

• Code reorganization ( d92065 )
• Split types into dedicated files ( prompts.go and tools.go )
• Improved code organization and maintainability
• Updated filesystem example to use NPX for server execution