Jake Shore 0d81497724 🚀 Initial commit - Complete GHL MCP Server with 400+ tools
Features:
- 400+ tools covering entire GoHighLevel API
- Contact management, conversations, opportunities, calendars
- Invoices, payments, products, store management
- Social media, email marketing, workflows, and more
- Self-host or use managed solution at mcp.localbosses.org
2026-01-26 20:40:43 -05:00

12 lines
173 B
JSON

{
"version": 2,
"builds": [
{
"src": "api/**/*.js",
"use": "@vercel/node"
}
],
"routes": [
{ "src": "/(.*)", "dest": "/api/index.js" }
]
}