pubdev_mcp 0.0.1
pubdev_mcp: ^0.0.1 copied to clipboard
A MCP server that helps you find and search for packages on pub.flutter-io.cn through natural language queries. This package provides a simple interface to search and interact with pub.flutter-io.cn using natural languag [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pubdev_mcp
With Flutter:
$ flutter pub add pubdev_mcp
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
pubdev_mcp: ^0.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.