🚀 Features:
- 269 MCP tools across 19+ categories
- Complete GoHighLevel API integration
- Private Integrations API key support
- One-click deployment to Vercel/Railway
- Comprehensive documentation
- Community-driven development
Built for the GoHighLevel community to accelerate AI automation adoption.
12 lines
173 B
JSON
12 lines
173 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "api/**/*.js",
|
|
"use": "@vercel/node"
|
|
}
|
|
],
|
|
"routes": [
|
|
{ "src": "/(.*)", "dest": "/api/index.js" }
|
|
]
|
|
} |