🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

flutterflow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutterflow-mcp - npm Package Compare versions

Comparing version
0.3.3
to
0.3.4
+5
-1
build/tools/list-projects.js
import { z } from "zod";
export function registerListProjectsTool(server, client) {
server.tool("list_projects", "List all FlutterFlow projects for the authenticated user", {
server.tool("list_projects", "List FlutterFlow projects for the authenticated user. NOTE: This may not return all projects you have access to (shared/team projects can be missing). If a project is missing, copy its ID directly from the FlutterFlow editor (click the project name in the top-left corner).", {
project_type: z

@@ -16,2 +16,6 @@ .string()

},
{
type: "text",
text: "\n---\n**Tip:** This list may not include all projects you have access to (shared/team projects can be missing). If you don't see a project here, copy its ID directly from the FlutterFlow editor: click the project name (top-left corner) and copy the project ID.",
},
],

@@ -18,0 +22,0 @@ };

+1
-1
{
"name": "flutterflow-mcp",
"version": "0.3.3",
"version": "0.3.4",
"description": "MCP server for the FlutterFlow Project API — AI-assisted FlutterFlow development through Claude and other MCP-compatible clients",

@@ -5,0 +5,0 @@ "type": "module",

@@ -184,2 +184,3 @@ # flutterflow-mcp

- **Validation isn't perfect** — The validation step catches most errors, but occasionally something that passes validation can still fail when pushed. This is rare, but it's why reviewing changes before pushing is important.
- **Project list may be incomplete** — The API may not return all projects you have access to, especially shared or team projects. If a project is missing, copy its ID directly from the FlutterFlow editor (click the project name in the top-left corner) and paste it into your AI prompt.

@@ -186,0 +187,0 @@ ### General Limitations