Mykel Stanley db18a8991d Initial release - GoHighLevel MCP Server with 269+ tools
🚀 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.
2025-06-08 20:42:45 -04:00

12 lines
173 B
JSON

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