Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import type { StructuredToolInterface } from "@langchain/core/tools";
import debug from "debug";
import { z } from "zod";
import Stream from "node:stream";
import { loadMcpTools, LoadMcpToolsOptions } from "./tools.js";

// Read package name from package.json
Expand Down Expand Up @@ -108,7 +107,6 @@ export function createStdioConnectionSchema() {
z.literal("pipe"),
z.literal("ignore"),
z.literal("inherit"),
z.instanceof(Stream),
])
.describe(
"How to handle stderr of the child process. This matches the semantics of Node's `child_process.spawn`"
Expand Down