fastmcp_generator 0.1.13 copy "fastmcp_generator: ^0.1.13" to clipboard
fastmcp_generator: ^0.1.13 copied to clipboard

Code generator for the fastmcp framework. Annotate functions to automatically create MCP tools, resources, and prompts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fastmcp_generator

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

dependencies:
  fastmcp_generator: ^0.1.13

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fastmcp_generator/fastmcp_generator.dart';
1
likes
120
points
133
downloads

Documentation

API reference

Publisher

verified publisheryashmakan.com

Weekly Downloads

Code generator for the fastmcp framework. Annotate functions to automatically create MCP tools, resources, and prompts.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, fastmcp, source_gen

More

Packages that depend on fastmcp_generator