Logo
Explore Help
Sign In
langchain-ai/langchainjs-mcp-adapters
1
0
Fork 0
You've already forked langchainjs-mcp-adapters
mirror of https://github.com/langchain-ai/langchainjs-mcp-adapters.git synced 2026-07-01 12:27:48 -04:00
Code Issues Packages Projects Releases 10 Wiki Activity

10 Releases 23 Tags

RSS Feed
  • v0.4.5 01b70d18c9
    Compare

    Stable

    yindo released this 2025-05-13 17:07:33 -04:00 | 1 commits to main since this release

    📅 Originally published on GitHub: Tue, 13 May 2025 21:11:54 GMT
    🏷️ Git tag created: Tue, 13 May 2025 21:07:33 GMT

    What's Changed

    • chore: bump version to v0.4.4 [skip ci] by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/74
    • fix: drop useless import from node:stream package by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/75

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.4.4...v0.4.5

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.4 831359db3a
    Compare

    Stable

    yindo released this 2025-05-13 16:16:00 -04:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Tue, 13 May 2025 20:21:34 GMT
    🏷️ Git tag created: Tue, 13 May 2025 20:16:00 GMT

    What's Changed

    • feat: support StreamableHTTPClientTransport by @leo237 in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/64

    New Contributors

    • @leo237 made their first contribution in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/64

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.4.3...v0.4.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.3 03172e3fcd
    Compare

    Stable

    yindo released this 2025-05-12 13:54:44 -04:00 | 6 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 May 2025 18:02:44 GMT
    🏷️ Git tag created: Mon, 12 May 2025 17:54:44 GMT

    What's Changed

    • changes company name in readme by @vrknetha in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/72
    • Feature/send headers when using node event source transport by @Qantt in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/58

    New Contributors

    • @Qantt made their first contribution in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/58

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.4.2...v0.4.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.2 66f6eb0455
    Compare

    Stable

    yindo released this 2025-04-09 02:48:21 -04:00 | 9 commits to main since this release

    📅 Originally published on GitHub: Wed, 09 Apr 2025 07:04:42 GMT
    🏷️ Git tag created: Wed, 09 Apr 2025 06:48:21 GMT

    What's Changed

    • fix: drop unnecessary dependency by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/57

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.4.1...v0.4.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.1 a67182573d
    Compare

    Stable

    yindo released this 2025-04-09 02:43:02 -04:00 | 11 commits to main since this release

    📅 Originally published on GitHub: Wed, 09 Apr 2025 06:44:48 GMT
    🏷️ Git tag created: Wed, 09 Apr 2025 06:43:02 GMT

    What's Changed

    • fix: pass tool schema without conversion by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/56

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.4.0...v0.4.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.0 60458b9926
    Compare

    Stable

    yindo released this 2025-04-03 23:23:07 -04:00 | 13 commits to main since this release

    📅 Originally published on GitHub: Fri, 04 Apr 2025 03:27:35 GMT
    🏷️ Git tag created: Fri, 04 Apr 2025 03:23:07 GMT

    Breaking Changes

    • Configuration system completely revamped - now uses object-based config, instead of file-based
      • Config structure is based on on emergent mcpServers config "standard" used by Claude, Claude Code, and many other MCP clients
    • MultiServerMCPClient constructor now requires a connections record or complete server config, and no longer auto-loads from mcp.json
    • Several methods that were sync are now async (e.g., getTools(), getClient())
    • Removed multiple configuration methods (fromConfigFile, addConfigFromFile, etc.)
    • Added Zod validation for configurations with improved error reporting
    • Changed tool naming convention for MultiServerMCPClient with new prefix options, aligned with naming conventions used by Claude Code

    New Features

    • Support for rich content responses including text, images, and embedded resources
    • Added debug logging with the debug package
    • Improved error handling with distinct error types
    • More robust type safety throughout the codebase

    Documentation

    • Completely restructured README with clearer examples and organization
    • Added detailed sections on configuration options, error handling, and response types
    • Simplified examples focused on real-world use cases

    Merged Pull Requests

    • break: dramatically simplify interface, add tool name prefixes by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/38
    • chore: update README to reflect recent changes by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/53

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.3.4...v0.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.4 b4313142e0
    Compare

    Stable

    yindo released this 2025-03-23 22:43:50 -04:00 | 16 commits to main since this release

    📅 Originally published on GitHub: Mon, 24 Mar 2025 02:45:04 GMT
    🏷️ Git tag created: Mon, 24 Mar 2025 02:43:50 GMT

    What's Changed

    • fix: fix CJS by dynamically importing json-schema-to-zod by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/37

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.3.3...v0.3.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.3 2fc9bfa79e
    Compare

    Stable

    yindo released this 2025-03-22 00:22:31 -04:00 | 18 commits to main since this release

    📅 Originally published on GitHub: Sat, 22 Mar 2025 04:24:13 GMT
    🏷️ Git tag created: Sat, 22 Mar 2025 04:22:31 GMT

    What's Changed

    • fix: don't autorun husky on npm install by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/35

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.3.2...v0.3.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.2 7828c19fd8
    Compare

    Stable

    yindo released this 2025-03-22 00:14:17 -04:00 | 21 commits to main since this release

    📅 Originally published on GitHub: Sat, 22 Mar 2025 04:15:45 GMT
    🏷️ Git tag created: Sat, 22 Mar 2025 04:14:17 GMT

    Unpublished

    This release was unpublished from NPM as it was broken on install. Sorry about that!

    What's Changed

    • fix: build issues by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/32
    • fix: don't use yarn for release publish step by @benjamincburns in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/33

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.3.1...v0.3.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.1 ce7b796ec8
    Compare

    Stable

    yindo released this 2025-03-20 09:06:47 -04:00 | 24 commits to main since this release

    📅 Originally published on GitHub: Sat, 22 Mar 2025 03:55:05 GMT
    🏷️ Git tag created: Thu, 20 Mar 2025 13:06:47 GMT

    What's Changed

    • fix package.json path by @vbarda in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/28
    • export loadMcpTools by @vbarda in https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/29

    Full Changelog: https://github.com/langchain-ai/langchainjs-mcp-adapters/compare/v0.3.0...v0.3.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.26.2 Page: 273ms Template: 1ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API