mirror of
https://github.com/langchain-ai/langchainjs-mcp-adapters.git
synced 2026-07-01 12:27:48 -04:00
[PR #25] [MERGED] break: remove winston in favor of the debug package #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/25
Author: @benjamincburns
Created: 3/19/2025
Status: ✅ Merged
Merged: 3/19/2025
Merged by: @benjamincburns
Base:
main← Head:ben/debug-logger📝 Commits (2)
db22ac9break: remove winston in favor of the debug package00c795ffix: add missing test coverage dev dependency📊 Changes
11 files changed (+739 additions, -581 deletions)
View changed files
📝
README.md(+16 -20)➖
__tests__/logger.test.ts(+0 -109)📝
examples/firecrawl_multiple_servers_example.ts(+1 -4)📝
package-lock.json(+645 -267)📝
package.json(+2 -1)📝
src/client.ts(+56 -45)📝
src/index.ts(+0 -1)➖
src/logger.ts(+0 -124)📝
src/tools.ts(+15 -8)📝
tsconfig.examples.json(+2 -1)📝
tsconfig.json(+2 -1)📄 Description
Breaking change - drops the support for
winstonlogging in favor of the lighter-weight, and more fit-for-purposedebugmodule.Also includes a missing dev dependency for calculating test coverage.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.