untrap-mcp 0.4.14 → 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -478,7 +478,7 @@ export function createServer(mspId, scopes = ["all"]) {
478
478
  server.tool("run_sql_query", `Execute a read-only SQL query against the MSP database. Use $1 as the msp_id parameter in every WHERE clause. Only SELECT/WITH allowed. Results capped at 500 rows.
479
479
 
480
480
  SCHEMA:
481
- - ticket_lifecycle (tl): ticket_id, msp_id, company_name, summary, status, priority_name, owner_name, board_name, agreement_type, entered_date, responded_date, closed_date, resolution_minutes, response_minutes, is_closed, is_resolved, sla_status
481
+ - ticket_lifecycle (tl): ticket_id, msp_id, company_name, summary, status, priority_name, owner_name, board_name, agreement_type, created_date, responded_date, closed_date, resolution_minutes, response_minutes, is_closed, is_resolved
482
482
  - time_entries: ticket_id, msp_id, time_start, time_end, actual_hours, billable_hours, non_billable_hours, work_type, work_role, member_identifier, member_name, hourly_rate, total_cost, company, department, ticket_board
483
483
  - companies: company_id, msp_id, company_name, status, use_client
484
484
  - technicians: msp_id, technician_name, member_identifier, level, hourly_rate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "untrap-mcp",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Untrap MCP Server — AI-powered MSP analytics via Claude Desktop",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",