mcp_playground_dart 0.1.3 copy "mcp_playground_dart: ^0.1.3" to clipboard
mcp_playground_dart: ^0.1.3 copied to clipboard

Pure Dart core for AI Agent Playground. Agent execution engine, LLM adapters, MCP clients, and tool orchestration — no Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mcp_playground_dart

With Flutter:

 $ flutter pub add mcp_playground_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mcp_playground_dart: ^0.1.3

Alternatively, 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_playground_dart/mcp_playground_dart.dart';
0
likes
160
points
78
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart core for AI Agent Playground. Agent execution engine, LLM adapters, MCP clients, and tool orchestration — no Flutter dependency.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

anthropic_sdk_dart, googleai_dart, http, ollama_dart, openai_dart, path, universal_io, uuid

More

Packages that depend on mcp_playground_dart