tree: ac5286a33e64f532aacc567efc023666b05e1d60 [path history] [tgz]
  1. bin/
  2. pubspec.yaml
  3. README.md
mcp_examples/README.md

LLM MCP Client Integration

This repo has an example Gemini client at bin/workflow_client.dart, as well as a simple file system server at bin/file_system_server.dart.

This client accepts any number of STDIO servers to connect to via the --server <path> arguments, and is a good way to test out your servers.

For example, you can use the example file system server with it as follows:

dart bin/workflow_client.dart --server "dart bin/file_system_server.dart"

This client uses gemini to invoke tools, and requires a gemini api key.