chore: publish clean community baseline
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
[
|
||||
{
|
||||
"id": "ag-001",
|
||||
"slug": "customer-support",
|
||||
"display_name": "Customer Support",
|
||||
"description": "Handles ticket creation, status lookups, and customer data retrieval. Powers the support team's Claude integration.",
|
||||
"status": "active",
|
||||
"operation_count": 5,
|
||||
"operation_ids": ["op_01", "op_02", "op_07", "op_09", "op_10"],
|
||||
"key_count": 2,
|
||||
"created_at": "2024-11-15T10:22:00Z",
|
||||
"created_by": "AT",
|
||||
"last_called_at": "2025-03-28T18:44:00Z",
|
||||
"calls_today": 312
|
||||
},
|
||||
{
|
||||
"id": "ag-002",
|
||||
"slug": "sales-pipeline",
|
||||
"display_name": "Sales Pipeline",
|
||||
"description": "CRM operations for the sales team: lead creation, deal updates, contact lookup, and company enrichment.",
|
||||
"status": "active",
|
||||
"operation_count": 5,
|
||||
"operation_ids": ["op_01", "op_06", "op_08", "op_11", "op_12"],
|
||||
"key_count": 1,
|
||||
"created_at": "2024-11-28T14:10:00Z",
|
||||
"created_by": "AT",
|
||||
"last_called_at": "2025-03-29T09:01:00Z",
|
||||
"calls_today": 541
|
||||
},
|
||||
{
|
||||
"id": "ag-003",
|
||||
"slug": "internal-devops",
|
||||
"display_name": "Internal DevOps",
|
||||
"description": "Infrastructure tooling: deployment triggers, service health checks, and incident management workflows.",
|
||||
"status": "draft",
|
||||
"operation_count": 3,
|
||||
"operation_ids": ["op_04", "op_05", "op_11"],
|
||||
"key_count": 0,
|
||||
"created_at": "2025-01-08T09:45:00Z",
|
||||
"created_by": "AT",
|
||||
"last_called_at": null,
|
||||
"calls_today": 0
|
||||
},
|
||||
{
|
||||
"id": "ag-004",
|
||||
"slug": "product-analytics",
|
||||
"display_name": "Product Analytics",
|
||||
"description": "Queries usage metrics, feature adoption data, and user behaviour reports from the analytics stack.",
|
||||
"status": "active",
|
||||
"operation_count": 4,
|
||||
"operation_ids": ["op_02", "op_03", "op_08", "op_12"],
|
||||
"key_count": 3,
|
||||
"created_at": "2025-02-01T11:30:00Z",
|
||||
"created_by": "AT",
|
||||
"last_called_at": "2025-03-29T11:22:00Z",
|
||||
"calls_today": 87
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"acme-workspace": [
|
||||
{ "id": "key_01", "name": "Production", "prefix": "mcp_prod_4f8a…", "scopes": ["read","write","deploy"], "created": "2025-11-15", "lastUsed": "Today", "status": "active" },
|
||||
{ "id": "key_02", "name": "CI / CD pipeline", "prefix": "mcp_ci_b21c…", "scopes": ["read","deploy"], "created": "2025-12-01", "lastUsed": "2 days ago", "status": "active" },
|
||||
{ "id": "key_03", "name": "Dev local", "prefix": "mcp_dev_7e3f…", "scopes": ["read","write"], "created": "2026-01-08", "lastUsed": "Never", "status": "active" },
|
||||
{ "id": "key_04", "name": "Legacy integration", "prefix": "mcp_leg_c90d…", "scopes": ["read"], "created": "2025-09-22", "lastUsed": "45 days ago", "status": "revoked" }
|
||||
],
|
||||
"startup-demo": [
|
||||
{ "id": "key_11", "name": "Backend service", "prefix": "mcp_back_9a1b…", "scopes": ["read","write"], "created": "2026-01-20", "lastUsed": "Today", "status": "active" },
|
||||
{ "id": "key_12", "name": "Analytics pipeline", "prefix": "mcp_anal_3c7d…", "scopes": ["read"], "created": "2026-02-05", "lastUsed": "3 days ago", "status": "active" }
|
||||
],
|
||||
"personal": [
|
||||
{ "id": "key_21", "name": "Local experiments", "prefix": "mcp_loc_f2e8…", "scopes": ["read","write","deploy"], "created": "2026-03-01", "lastUsed": "Yesterday", "status": "active" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,134 @@
|
||||
[
|
||||
{
|
||||
"id": "op_01",
|
||||
"name": "create_crm_lead",
|
||||
"display_name": "Create CRM Lead",
|
||||
"protocol": "rest",
|
||||
"method": "POST",
|
||||
"status": "active",
|
||||
"category": "CRM",
|
||||
"target_url": "https://api.acme.com/v2/crm/leads",
|
||||
"created_at": "2026-03-21"
|
||||
},
|
||||
{
|
||||
"id": "op_02",
|
||||
"name": "get_user_profile",
|
||||
"display_name": "Get User Profile",
|
||||
"protocol": "rest",
|
||||
"method": "GET",
|
||||
"status": "active",
|
||||
"category": "Users",
|
||||
"target_url": "https://api.acme.com/v1/users/{id}",
|
||||
"created_at": "2026-03-18"
|
||||
},
|
||||
{
|
||||
"id": "op_03",
|
||||
"name": "search_knowledge_base",
|
||||
"display_name": "Search Knowledge Base",
|
||||
"protocol": "graphql",
|
||||
"method": null,
|
||||
"status": "active",
|
||||
"category": "Search",
|
||||
"target_url": "https://graph.notion-int.acme.com/graphql",
|
||||
"created_at": "2026-03-14"
|
||||
},
|
||||
{
|
||||
"id": "op_04",
|
||||
"name": "send_slack_message",
|
||||
"display_name": "Send Slack Message",
|
||||
"protocol": "rest",
|
||||
"method": "POST",
|
||||
"status": "error",
|
||||
"category": "Notifications",
|
||||
"target_url": "https://slack.com/api/chat.postMessage",
|
||||
"created_at": "2026-03-10"
|
||||
},
|
||||
{
|
||||
"id": "op_05",
|
||||
"name": "stream_telemetry",
|
||||
"display_name": "Stream Telemetry Events",
|
||||
"protocol": "grpc",
|
||||
"method": null,
|
||||
"status": "draft",
|
||||
"category": "Observability",
|
||||
"target_url": "grpc://telemetry.internal.acme.com:9090",
|
||||
"created_at": "2026-03-05"
|
||||
},
|
||||
{
|
||||
"id": "op_06",
|
||||
"name": "update_deal_stage",
|
||||
"display_name": "Update Deal Stage",
|
||||
"protocol": "rest",
|
||||
"method": "PATCH",
|
||||
"status": "inactive",
|
||||
"category": "CRM",
|
||||
"target_url": "https://api.acme.com/v2/crm/deals/{id}",
|
||||
"created_at": "2026-02-28"
|
||||
},
|
||||
{
|
||||
"id": "op_07",
|
||||
"name": "fetch_invoice",
|
||||
"display_name": "Fetch Invoice",
|
||||
"protocol": "rest",
|
||||
"method": "GET",
|
||||
"status": "active",
|
||||
"category": "Billing",
|
||||
"target_url": "https://billing.acme.com/v1/invoices/{id}",
|
||||
"created_at": "2026-02-20"
|
||||
},
|
||||
{
|
||||
"id": "op_08",
|
||||
"name": "list_products",
|
||||
"display_name": "List Products",
|
||||
"protocol": "graphql",
|
||||
"method": null,
|
||||
"status": "active",
|
||||
"category": "Catalog",
|
||||
"target_url": "https://shop.acme.com/graphql",
|
||||
"created_at": "2026-02-15"
|
||||
},
|
||||
{
|
||||
"id": "op_09",
|
||||
"name": "create_support_ticket",
|
||||
"display_name": "Create Support Ticket",
|
||||
"protocol": "rest",
|
||||
"method": "POST",
|
||||
"status": "active",
|
||||
"category": "Support",
|
||||
"target_url": "https://support.acme.com/api/tickets",
|
||||
"created_at": "2026-02-10"
|
||||
},
|
||||
{
|
||||
"id": "op_10",
|
||||
"name": "get_order_status",
|
||||
"display_name": "Get Order Status",
|
||||
"protocol": "rest",
|
||||
"method": "GET",
|
||||
"status": "draft",
|
||||
"category": "Orders",
|
||||
"target_url": "https://orders.acme.com/v2/status/{id}",
|
||||
"created_at": "2026-02-05"
|
||||
},
|
||||
{
|
||||
"id": "op_11",
|
||||
"name": "sync_contacts",
|
||||
"display_name": "Sync Contacts",
|
||||
"protocol": "grpc",
|
||||
"method": null,
|
||||
"status": "active",
|
||||
"category": "CRM",
|
||||
"target_url": "grpc://contacts.internal.acme.com:9091",
|
||||
"created_at": "2026-01-28"
|
||||
},
|
||||
{
|
||||
"id": "op_12",
|
||||
"name": "send_email_campaign",
|
||||
"display_name": "Send Email Campaign",
|
||||
"protocol": "rest",
|
||||
"method": "POST",
|
||||
"status": "active",
|
||||
"category": "Marketing",
|
||||
"target_url": "https://mail.acme.com/api/v3/campaigns/send",
|
||||
"created_at": "2026-01-20"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user