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.
- package/dist/server.js +1 -1
- 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,
|
|
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
|