firestore_https_flutter 1.0.22 copy "firestore_https_flutter: ^1.0.22" to clipboard
firestore_https_flutter: ^1.0.22 copied to clipboard

Firestore MCP server over streaming HTTP transport deployed to Cloud Run

example/example.dart

import 'package:firestore_https_flutter/firestore_https_flutter.dart';

void main() async {
  // This is a simple example of how to use the server programmatically.
  final server = createServer();
  print('Server created: $server');

  // In a real scenario, you would connect this server to a transport.
  // e.g. await server.connect(StdioServerTransport());
}
0
likes
160
points
155
downloads

Publisher

unverified uploader

Weekly Downloads

Firestore MCP server over streaming HTTP transport deployed to Cloud Run

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, dotenv, firedart, mcp_dart, path

More

Packages that depend on firestore_https_flutter