Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 666 Bytes

File metadata and controls

30 lines (19 loc) · 666 Bytes

MCP_consumer

What it does

Just simple test consuming an MCP server. Changing the prompt, or the tools the main flow should work for anything you want really

Tell it bye, exit, or stop to leave the loop

Installing

To install dependencies:

bun install

Running

Create a .env file and add a GOOGLE_API_KEY=<your_key> right here aistudio To run:

bun run index.ts

Why bun?

Direct support for TypeScript from the beginning and it is just nice and quick :) This project was created using bun init in bun v1.2.4. Bun is a fast all-in-one JavaScript runtime.