=== NEW SERVERS ADDED (7) === - servers/closebot — 119 tools, 14 modules, 4,656 lines TS (Stage 7) - servers/google-console — Google Search Console MCP (Stage 7) - servers/meta-ads — Meta/Facebook Ads MCP (Stage 8) - servers/twilio — Twilio communications MCP (Stage 8) - servers/competitor-research — Competitive intel MCP (Stage 6) - servers/n8n-apps — n8n workflow MCP apps (Stage 6) - servers/reonomy — Commercial real estate MCP (Stage 1) === FACTORY INFRASTRUCTURE ADDED === - infra/factory-tools — mcp-jest, mcp-validator, mcp-add, MCP Inspector - 60 test configs, 702 auto-generated test cases - All 30 servers score 100/100 protocol compliance - infra/command-center — Pipeline state, operator playbook, dashboard config - infra/factory-reviews — Automated eval reports === DOCS ADDED === - docs/MCP-FACTORY.md — Factory overview - docs/reports/ — 5 pipeline evaluation reports - docs/research/ — Browser MCP research === RULES ESTABLISHED === - CONTRIBUTING.md — All MCP work MUST go in this repo - README.md — Full inventory of 37 servers + infra docs - .gitignore — Updated for Python venvs TOTAL: 37 MCP servers + full factory pipeline in one repo. This is now the single source of truth for all MCP work.
377 lines
10 KiB
JSON
377 lines
10 KiB
JSON
{
|
|
"server": {
|
|
"command": "node",
|
|
"args": [
|
|
"/Users/jakeshore/.clawdbot/workspace/mcp-diagrams/mcp-servers/lightspeed/dist/index.js"
|
|
],
|
|
"env": {
|
|
"LIGHTSPEED_ACCESS_TOKEN": "factory_discovery_dummy",
|
|
"LIGHTSPEED_ACCOUNT_ID": "factory_discovery_dummy"
|
|
}
|
|
},
|
|
"tests": {
|
|
"tools": {
|
|
"list_sales": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"completed": true,
|
|
"timeStamp": "test_value",
|
|
"employeeID": "test-id-123",
|
|
"shopID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"list_sales:empty-timeStamp": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"completed": true,
|
|
"timeStamp": "",
|
|
"employeeID": "test-id-123",
|
|
"shopID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_sales:empty-employeeID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"completed": true,
|
|
"timeStamp": "test_value",
|
|
"employeeID": "",
|
|
"shopID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_sales:empty-shopID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"completed": true,
|
|
"timeStamp": "test_value",
|
|
"employeeID": "test-id-123",
|
|
"shopID": "",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_sales:empty-load_relations": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"completed": true,
|
|
"timeStamp": "test_value",
|
|
"employeeID": "test-id-123",
|
|
"shopID": "test-id-123",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"get_sale": {
|
|
"args": {
|
|
"sale_id": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"get_sale:empty-load_relations": {
|
|
"args": {
|
|
"sale_id": "test-id-123",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "test_value",
|
|
"upc": "test_value",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"list_items:empty-categoryID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "test_value",
|
|
"upc": "test_value",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items:empty-manufacturerID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "",
|
|
"description": "test_value",
|
|
"upc": "test_value",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items:empty-description": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "",
|
|
"upc": "test_value",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items:empty-upc": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "test_value",
|
|
"upc": "",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items:empty-customSku": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "test_value",
|
|
"upc": "test_value",
|
|
"customSku": "",
|
|
"archived": true,
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_items:empty-load_relations": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"categoryID": "test-id-123",
|
|
"manufacturerID": "test-id-123",
|
|
"description": "test_value",
|
|
"upc": "test_value",
|
|
"customSku": "test_value",
|
|
"archived": true,
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"get_item": {
|
|
"args": {
|
|
"item_id": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"get_item:empty-load_relations": {
|
|
"args": {
|
|
"item_id": "test-id-123",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"update_inventory": {
|
|
"args": {
|
|
"item_shop_id": "test-id-123",
|
|
"qoh": 50,
|
|
"reorderPoint": 50,
|
|
"reorderLevel": 50
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"list_customers": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "Test Name",
|
|
"email": "test@example.com",
|
|
"phone": "test_value",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"list_customers:empty-firstName": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "",
|
|
"lastName": "Test Name",
|
|
"email": "test@example.com",
|
|
"phone": "test_value",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_customers:empty-lastName": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "",
|
|
"email": "test@example.com",
|
|
"phone": "test_value",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_customers:empty-email": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "Test Name",
|
|
"email": "",
|
|
"phone": "test_value",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_customers:empty-phone": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "Test Name",
|
|
"email": "test@example.com",
|
|
"phone": "",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_customers:empty-customerTypeID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "Test Name",
|
|
"email": "test@example.com",
|
|
"phone": "test_value",
|
|
"customerTypeID": "",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_customers:empty-load_relations": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"firstName": "Test Name",
|
|
"lastName": "Test Name",
|
|
"email": "test@example.com",
|
|
"phone": "test_value",
|
|
"customerTypeID": "test-id-123",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_categories": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"parentID": "test-id-123",
|
|
"name": "Test Name",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"list_categories:empty-parentID": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"parentID": "",
|
|
"name": "Test Name",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_categories:empty-name": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"parentID": "test-id-123",
|
|
"name": "",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"list_categories:empty-load_relations": {
|
|
"args": {
|
|
"limit": 50,
|
|
"offset": 50,
|
|
"parentID": "test-id-123",
|
|
"name": "Test Name",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"get_register": {
|
|
"args": {
|
|
"register_id": "test-id-123",
|
|
"shopID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "content && content.length > 0"
|
|
},
|
|
"get_register:empty-register_id": {
|
|
"args": {
|
|
"register_id": "",
|
|
"shopID": "test-id-123",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"get_register:empty-shopID": {
|
|
"args": {
|
|
"register_id": "test-id-123",
|
|
"shopID": "",
|
|
"load_relations": "test_value"
|
|
},
|
|
"expect": "exists"
|
|
},
|
|
"get_register:empty-load_relations": {
|
|
"args": {
|
|
"register_id": "test-id-123",
|
|
"shopID": "test-id-123",
|
|
"load_relations": ""
|
|
},
|
|
"expect": "exists"
|
|
}
|
|
},
|
|
"resources": {},
|
|
"prompts": {},
|
|
"timeout": 30000
|
|
}
|
|
} |