flutterflow-mcp
Advanced tools
| 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", |
+1
-0
@@ -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 |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
582153
0.15%5390
0.09%291
0.34%