This repository was archived by the owner on May 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161npm install mcp-use
6262# LangChain.js and your LLM provider (e.g., OpenAI)
6363npm install langchain @langchain/openai dotenv
64+
65+ # Optional: Install observability packages for monitoring
66+ npm install langfuse langfuse-langchain # For Langfuse observability
67+ npm install @lmnr-ai/lmnr # For Laminar observability
6468```
6569
6670Create a ` .env ` :
Original file line number Diff line number Diff line change 7676 "example:add_server" : " npm run build && node dist/examples/add_server_tool.js" ,
7777 "example:structured" : " npm run build && node dist/examples/structured_output.js"
7878 },
79+ "peerDependencies" : {
80+ "@lmnr-ai/lmnr" : " ^0.6.18" ,
81+ "langfuse" : " ^3.32.0" ,
82+ "langfuse-langchain" : " ^3.32.0"
83+ },
84+ "peerDependenciesMeta" : {
85+ "@lmnr-ai/lmnr" : {
86+ "optional" : true
87+ },
88+ "langfuse" : {
89+ "optional" : true
90+ },
91+ "langfuse-langchain" : {
92+ "optional" : true
93+ }
94+ },
7995 "dependencies" : {
8096 "@dmitryrechkin/json-schema-to-zod" : " ^1.0.1" ,
8197 "@langchain/anthropic" : " ^0.3.14" ,
You can’t perform that action at this time.
0 commit comments