53 lines
1.5 KiB
Markdown
53 lines
1.5 KiB
Markdown
# LocalBosses MCPs - Fix Status
|
|
|
|
## Audit Results (Feb 3, 2026 3:15 PM)
|
|
|
|
### ✅ Ready (2/7)
|
|
1. **n8n** - Has _meta labels, has MCP Apps
|
|
2. **competitor-research** - Has _meta labels, has MCP Apps
|
|
|
|
### ⚠️ Needs _meta Labels (5/7)
|
|
1. **ghl** - Has MCP Apps, missing _meta
|
|
2. **google-ads** - No apps, missing _meta
|
|
3. **meta-ads** - No apps, missing _meta
|
|
4. **google-console** - No apps, missing _meta
|
|
5. **twilio** - No apps, missing _meta
|
|
|
|
## Fix Plan
|
|
|
|
I need to add `_meta` labels to all tools in these 5 servers. The labels categorize tools so they display properly in your Discord MCP interface.
|
|
|
|
### What _meta Labels Look Like
|
|
|
|
```typescript
|
|
{
|
|
name: "list_contacts",
|
|
description: "List contacts with filters",
|
|
inputSchema: { /* ... */ },
|
|
_meta: {
|
|
labels: {
|
|
category: "contacts", // Group by feature area
|
|
access: "read", // read | write | delete
|
|
complexity: "simple", // simple | complex | batch
|
|
},
|
|
},
|
|
}
|
|
```
|
|
|
|
### Categories by Server
|
|
|
|
**GHL:** contacts, deals, calendar, workflows, campaigns, forms, analytics
|
|
**Google Ads:** campaigns, ads, keywords, analytics, audiences
|
|
**Meta Ads:** campaigns, ads, analytics, audiences, creative
|
|
**Google Console:** indexing, urls, sitemaps, analytics, search
|
|
**Twilio:** messaging, calls, phone-numbers, verification
|
|
|
|
## Next Steps
|
|
|
|
Do you want me to:
|
|
1. **Bulk fix all 5** with smart auto-categorization (fastest)
|
|
2. **Fix one by one** and show you for review
|
|
3. **Just show examples** and you apply manually
|
|
|
|
Which approach?
|