akashi_mcp 0.3.0 copy "akashi_mcp: ^0.3.0" to clipboard
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_mcp

With Flutter:

 $ flutter pub add akashi_mcp

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

dependencies:
  akashi_mcp: ^0.3.0

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:akashi_mcp/akashi_mcp.dart';
0
likes
160
points
99
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ai #agents #llm #mcp

License

MIT (license)

Dependencies

akashi, dart_mcp, stream_channel

More

Packages that depend on akashi_mcp