You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal but complete working usage example can be found
100
119
[in this example in the langchain-mcp-tools-ts-usage repo](https://github.com/hideya/langchain-mcp-tools-ts-usage/blob/main/src/index.ts)
101
120
@@ -145,14 +164,6 @@ While MCP tools can return multiple content types (text, images, etc.), this lib
145
164
[See below](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/README.md#llm-provider-schema-compatibility) for details.
146
165
-**Passing PATH Env Variable**: The library automatically adds the `PATH` environment variable to stdio server configrations if not explicitly provided to ensure servers can find required executables.
147
166
148
-
## API docs
149
-
150
-
Can be found [here](https://hideya.github.io/langchain-mcp-tools-ts/modules.html)
151
-
152
-
## Building from Source
153
-
154
-
See [README_DEV.md](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/README_DEV.md) for details.
155
-
156
167
## Features
157
168
158
169
### `stderr` Redirection for Local MCP Server
@@ -260,7 +271,7 @@ Streamable HTTP is the modern MCP transport that replaces the older HTTP+SSE tra
260
271
261
272
### Accessing Remote MCP Servers with OAuth Quickly
262
273
263
-
If you need to use MCP servers that require OAuth quickly, consider using **"[mcp-remote](https://www.npmjs.com/package/mcp-remote)"**.
274
+
If you need to use MCP servers that require OAuth, consider using **"[mcp-remote](https://www.npmjs.com/package/mcp-remote)"**.
264
275
265
276
```ts
266
277
notionMCP: {
@@ -313,10 +324,18 @@ Test implementations are provided:
313
324
- MCP client uses this library: [streamable-http-auth-test-client.ts](https://github.com/hideya/langchain-mcp-tools-ts/tree/main/testfiles/streamable-http-auth-test-client.ts)
314
325
- Test MCP Server: [streamable-http-auth-test-server.ts](https://github.com/hideya/langchain-mcp-tools-ts/tree/main/testfiles/streamable-http-auth-test-server.ts)
315
326
327
+
## API docs
328
+
329
+
Can be found [here](https://hideya.github.io/langchain-mcp-tools-ts/modules.html)
330
+
316
331
## Change Log
317
332
318
333
Can be found [here](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/CHANGELOG.md)
319
334
335
+
## Building from Source
336
+
337
+
See [README_DEV.md](https://github.com/hideya/langchain-mcp-tools-ts/blob/main/README_DEV.md) for details.
0 commit comments