akashi_mcp 0.3.0
akashi_mcp: ^0.3.0 copied to clipboard
Model Context Protocol (MCP) tools for the Akashi agent framework: connect to an MCP server via dart_mcp and expose its tools as Akashi tools an agent can call.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add akashi_mcpWith Flutter:
$ flutter pub add akashi_mcpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
akashi_mcp: ^0.3.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:akashi_mcp/akashi_mcp.dart';