Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 570 Bytes

File metadata and controls

42 lines (29 loc) · 570 Bytes

Building and Running from the Source

Prerequisites

  • Node.js 18+
  • git

Setup

  1. Clone the repository:

    git clone https://github.com/hideya/mcp-client-langchain-ts.git
    cd mcp-client-langchain-ts
  2. Install dependencies:

    npm install
  3. Create a .env file for API keys

  4. Configure LLM and MCP Servers settings llm_mcp_config.json5 as needed

Test Execution

Run the app:

npm start

Run in verbose mode:

npm run start:v

See commandline options:

npm run start:h