mcp_llm 2.1.0
mcp_llm: ^2.1.0 copied to clipboard
Dart package for Large Language Model integration with Model Context Protocol (MCP). Multi-provider LLM access (Claude / OpenAI / Gemini / Vertex / Bedrock / Cohere / Mistral / Groq / Together / Custo [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mcp_llmWith Flutter:
$ flutter pub add mcp_llmThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mcp_llm: ^2.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mcp_llm/mcp_llm.dart';