=== UPDATES === - fieldedge: Added apps, tools, main server entry, full rebuild - lightspeed: Added complete src/ directory with tools + apps - squarespace: Full rebuild — new apps, clients, tools, types modules - toast: Full rebuild — api-client, apps, tools, types - touchbistro: Full rebuild — api-client, tools, types, gitignore - servicetitan: Added 4 React UI apps (call-tracking, lead-source-analytics, performance-metrics, schedule-calendar) All servers restructured from single-file to modular architecture.
32 lines
642 B
JSON
32 lines
642 B
JSON
{
|
|
"name": "@mcpengine/fieldedge",
|
|
"version": "1.0.0",
|
|
"description": "FieldEdge MCP Server - Complete field service management integration",
|
|
"type": "module",
|
|
"main": "dist/main.js",
|
|
"bin": {
|
|
"fieldedge-mcp": "./dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/main.js"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"fieldedge",
|
|
"field-service",
|
|
"hvac",
|
|
"dispatch",
|
|
"service-management"
|
|
],
|
|
"author": "MCPEngine",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|