mcp_sdk 0.1.1 copy "mcp_sdk: ^0.1.1" to clipboard
mcp_sdk: ^0.1.1 copied to clipboard

A Dart client library and CLI for the Model Context Protocol (MCP).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mcp_sdk

With Flutter:

 $ flutter pub add mcp_sdk

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

dependencies:
  mcp_sdk: ^0.1.1

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_sdk/mcp_sdk.dart';
3
likes
130
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart client library and CLI for the Model Context Protocol (MCP).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, freezed_annotation, http, json_annotation, json_rpc_2, meta, pubspec_parse, shelf, shelf_router, source_gen

More

Packages that depend on mcp_sdk