forked from NateBJones-Projects/OB1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 865 Bytes
/
Copy pathmetadata.json
File metadata and controls
29 lines (29 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Edge Function Cost Optimization",
"description": "Cuts Supabase Edge Function invocations ~73% by consolidating multiple MCP servers into one, adding Mcp-Session-Id reuse to collapse the 4-step MCP handshake into a single tools/call, and caching hot read paths. Keeps you on the free tier (500K invocations/month).",
"category": "recipes",
"author": {
"name": "Justin T. Smith",
"github": "JustinTSmith"
},
"version": "1.0.0",
"requires": {
"open_brain": true,
"services": ["Supabase Edge Functions"],
"tools": ["Supabase CLI", "Deno 2.x"]
},
"tags": [
"performance",
"cost",
"edge-functions",
"mcp",
"free-tier",
"consolidation",
"caching",
"session-reuse"
],
"difficulty": "intermediate",
"estimated_time": "45 minutes",
"created": "2026-04-17",
"updated": "2026-04-17"
}