diff --git a/README.md b/README.md index 6b481e6..02899f3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,23 @@ Finance, CRM, Discussions, Notifications, Scheduling, Inventory, Agents, Status Page, Project DB, Notes, Project overview, Files, Proposals, Terms, Activity, Organizations and access, Gitea Issues and Schemes: +Controller observability uses one parameterized resource for source history, +cross-controller comparisons, expert settings, complete project topology, +telemetry health and source audit: + +- `shd_render_controller_history_widget` → `ui://shd/controller-observability/v1.html`; +- `shd_render_controller_compare_widget` → `ui://shd/controller-observability/v1.html`; +- `shd_render_controller_settings_widget` → `ui://shd/controller-observability/v1.html`; +- `shd_render_controller_topology_widget` → `ui://shd/controller-observability/v1.html`; +- `shd_render_controller_telemetry_health_widget` → `ui://shd/controller-observability/v1.html`; +- `shd_render_controller_audit_widget` → `ui://shd/controller-observability/v1.html`. + +The controller topology keeps Loxone/WB source controllers separate from +Raspberry Pi and mini PC controller rows without source inventory; it does not +substitute the separate agent register for the project controller list. +The agent overview is the inverse boundary: it lists agents/runtime access and +does not become a controller list merely because an agent runs on a controller. + - `shd_render_documents_widget` → `ui://shd/documents/v1.html`; - `shd_render_tasks_widget` → `ui://shd/tasks/v1.html`; - `shd_render_finance_widget` → `ui://shd/finance/v1.html`; diff --git a/plugins/shd-mcp-plugin/README.md b/plugins/shd-mcp-plugin/README.md index c55abc7..7af8638 100644 --- a/plugins/shd-mcp-plugin/README.md +++ b/plugins/shd-mcp-plugin/README.md @@ -33,7 +33,7 @@ modules. Skills do not grant permissions or bypass server-side ACLs. - linked Gitea issues, labels, comments and attachments; - safe bulk-change planning and validation rules. -When the connected MCP host supports MCP Apps UI, the 36 SHD render tools have +When the connected MCP host supports MCP Apps UI, the 42 SHD render tools have inline interactive widgets: active projects, module registers and specialized Kanban, workload, timeline, funnel, dashboard, calendar, matrix, tree and Project DB views. Each widget sorts or filters normalized records, shows @@ -45,6 +45,12 @@ source list. The same tools still return normal structured data for hosts that do not render widgets. +The controller observability render tools share the versioned +`widgets/controller-observability/v1/` resource. It exposes explicit native vs +Influx/Grafana provenance, universal comparison presets, complete controller +topology, telemetry health and operation audit. Expert-setting controls are enabled only +for source-provided writable descriptors. + The active-projects widget is versioned in `widgets/active-projects/v1/` with a manifest, SHA256 checksum and source/provenance note. The SHD MCP backend reads that artifact for the `ui://shd/active-projects/v1.html` resource. diff --git a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/SHA256SUMS index 32dcf24..b595428 100644 --- a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/SHA256SUMS @@ -1 +1 @@ -6cf42e69f895b240c8a4018f74d9da3076dfaf3b6f2be9c1ced2417c89c86b79 index.html +9e82d5a6f3c35445b5d7400fd4b1aa8ba93c97141cf83a23e585ef051e3f0421 index.html diff --git a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/index.html b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/index.html index da6bf68..b66c5b8 100644 --- a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/manifest.json index 72779c1..67558c1 100644 --- a/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/acl-matrix/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77307, - "gzipBytes": 20863, + "bytes": 77269, + "gzipBytes": 20605, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/acl-matrix/v1.html", - "sha256": "6cf42e69f895b240c8a4018f74d9da3076dfaf3b6f2be9c1ced2417c89c86b79" + "sha256": "9e82d5a6f3c35445b5d7400fd4b1aa8ba93c97141cf83a23e585ef051e3f0421" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/activity/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/activity/v1/SHA256SUMS index b1f7c0e..e2216ab 100644 --- a/plugins/shd-mcp-plugin/widgets/activity/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/activity/v1/SHA256SUMS @@ -1 +1 @@ -66f851bb8c7cef36c4b36539ce7a694780e5504c16fd5c63558ba796af5787c1 index.html +fb24651b2efe2b66c490b839d9c7c3c679c77c1f58f00d9bcfce199c522761ca index.html diff --git a/plugins/shd-mcp-plugin/widgets/activity/v1/index.html b/plugins/shd-mcp-plugin/widgets/activity/v1/index.html index 7539ed6..93f00f7 100644 --- a/plugins/shd-mcp-plugin/widgets/activity/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/activity/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/activity/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/activity/v1/manifest.json index c7e2170..71cec49 100644 --- a/plugins/shd-mcp-plugin/widgets/activity/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/activity/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53689, - "gzipBytes": 15719, + "bytes": 53670, + "gzipBytes": 15487, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/activity/v1.html", - "sha256": "66f851bb8c7cef36c4b36539ce7a694780e5504c16fd5c63558ba796af5787c1" + "sha256": "fb24651b2efe2b66c490b839d9c7c3c679c77c1f58f00d9bcfce199c522761ca" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/agents-health/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/agents-health/v1/SHA256SUMS index f8eed82..585478c 100644 --- a/plugins/shd-mcp-plugin/widgets/agents-health/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/agents-health/v1/SHA256SUMS @@ -1 +1 @@ -4dbb42b0224b52f329e91212767d0d0b78ad228150d20dbf16c3841444378912 index.html +866750c8b84f0879d50035ce6fb4b58174a33c3dafdfa7ed72a9ef747c6d4146 index.html diff --git a/plugins/shd-mcp-plugin/widgets/agents-health/v1/UPSTREAM.md b/plugins/shd-mcp-plugin/widgets/agents-health/v1/UPSTREAM.md index 7e43934..add4209 100644 --- a/plugins/shd-mcp-plugin/widgets/agents-health/v1/UPSTREAM.md +++ b/plugins/shd-mcp-plugin/widgets/agents-health/v1/UPSTREAM.md @@ -2,4 +2,4 @@ This artifact is served by the SHD MCP backend as ui://shd/agents-health/v1.html. -The HTML is standalone, uses the MCP Apps bridge first, and keeps window.openai as a compatibility extension. It has no external script or network dependency. The widget provides a read-only agent and controller health overview. +The HTML is standalone, uses the MCP Apps bridge first, and keeps window.openai as a compatibility extension. It has no external script or network dependency. The widget provides a read-only agent health overview; controller topology and telemetry health are rendered by the controller-observability widget. diff --git a/plugins/shd-mcp-plugin/widgets/agents-health/v1/index.html b/plugins/shd-mcp-plugin/widgets/agents-health/v1/index.html index c1c7306..710945f 100644 --- a/plugins/shd-mcp-plugin/widgets/agents-health/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/agents-health/v1/index.html @@ -57,7 +57,8 @@ notifications:{ru:['Уведомления','Последние уведомления и события модулей.','Уведомление','Время','Источник'],en:['Notifications','Recent notifications and module events.','Notification','Time','Source']}, scheduling:{ru:['Расписание','Ближайшие события и записи из расписания.','Событие','Начало','Участник'],en:['Scheduling','Upcoming events and bookings from scheduling.','Event','Starts','Guest']}, inventory:{ru:['Склад','Складские позиции, остатки и статусы.','Позиция','Обновлено','Количество'],en:['Inventory','Stock items, quantities and statuses.','Item','Updated','Quantity']}, - agents:{ru:['Агенты и контроллеры','Доступные агенты, контроллеры и их текущее состояние.','Агент или контроллер','Проверено','Тип'],en:['Agents & Controllers','Available agents, controllers and their current state.','Agent or controller','Checked','Type']}, + agents:{ru:['Агенты','Доступные агент-хосты и их текущее состояние.','Агент','Проверено','Тип'],en:['Agents','Available agent hosts and their current state.','Agent','Checked','Type']}, + 'agents-health':{ru:['Агенты','Состояние агент-хостов, ошибки и последние проверки.','Агент','Проверено','Тип'],en:['Agents','Agent-host health, errors and latest checks.','Agent','Checked','Type']}, 'status-page':{ru:['Status Page','Состояние доступности сервисов и мониторов.','Монитор','Проверено','Доступность'],en:['Status Page','Service availability and monitor state.','Monitor','Checked','Availability']}, 'project-db':{ru:['Project DB','Каталог таблиц Project DB с просмотром схемы.','Таблица','Обновлено','Записей'],en:['Project DB','Project DB table catalog with schema details.','Table','Updated','Records']}, notes:{ru:['Заметки','Страницы Notes с поиском и просмотром содержимого.','Страница','Обновлено','Пространство'],en:['Notes','Notes pages with search and content details.','Page','Updated','Space']}, @@ -76,7 +77,7 @@ 'finance-dashboard':{ru:['Финансовый дашборд','Суммы, статусы и документы финансового модуля.','Документ','Обновлено','Сумма'],en:['Finance dashboard','Finance amounts, statuses and documents.','Document','Updated','Amount']}, 'proposal-approvals':{ru:['Согласования предложений','Очередь предложений и текущие approval-статусы.','Предложение','Обновлено','Approval'],en:['Proposal approvals','Proposal queue and current approval states.','Proposal','Updated','Approval']}, 'documents-completeness':{ru:['Полнота документов','Score, ревизии и состояние Terms-документов.','Документ','Обновлено','Полнота'],en:['Documents completeness','Scores, revisions and Terms document state.','Document','Updated','Completeness']}, - 'agents-health':{ru:['Здоровье агентов','Состояние агентов и контроллеров.','Агент или контроллер','Проверено','Health'],en:['Agents health','Agent and controller health state.','Agent or controller','Checked','Health']}, + 'agents-health':{ru:['Здоровье агентов','Состояние агентов, ошибки и последние проверки.','Агент','Проверено','Health'],en:['Agents health','Agent health, errors and latest checks.','Agent','Checked','Health']}, 'schedule-calendar':{ru:['Календарь расписания','Ближайшие записи, сгруппированные по дням.','Событие','День','Участник'],en:['Schedule calendar','Upcoming bookings grouped by day.','Event','Day','Guest']}, 'acl-matrix':{ru:['ACL-матрица','Участники организации, роли и permissions.','Участник','Роль','Права'],en:['ACL matrix','Organization members, roles and permissions.','Member','Role','Permissions']}, 'inventory-warnings':{ru:['Предупреждения склада','Низкие остатки и критические складские позиции.','Позиция','Обновлено','Остаток'],en:['Inventory warnings','Low-stock and critical inventory items.','Item','Updated','Stock']}, @@ -90,7 +91,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +110,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, @@ -133,7 +134,7 @@ function path(x,p){return String(p||'').split('.').reduce(function(v,k){return v&&typeof v==='object'?v[k]:undefined},x)} function findArray(x,d){if(Array.isArray(x))return x;if(!obj(x)||d>2)return null;var keys=['items','records','bookings','upcoming_bookings','topics','notifications','pages','spaces','controllers','agents','user_agents','tables','monitors','data'];for(var i=0;i2)return null;var keys=['items','records','bookings','upcoming_bookings','topics','notifications','pages','spaces','controllers','agents','user_agents','tables','monitors','data'];for(var i=0;i + + + + + SHD controller observability + + + +
+
SHD MCP · controller observability
+

Контроллеры

+
+
+
+ + + diff --git a/plugins/shd-mcp-plugin/widgets/controller-observability/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/controller-observability/v1/manifest.json new file mode 100644 index 0000000..a8189c3 --- /dev/null +++ b/plugins/shd-mcp-plugin/widgets/controller-observability/v1/manifest.json @@ -0,0 +1,20 @@ +{ + "schemaVersion": 1, + "name": "shd-controller-observability", + "version": "1.0.0", + "resources": [ + { + "file": "index.html", + "bytes": 22419, + "gzipBytes": 7748, + "mediaType": "text/html;profile=mcp-app", + "uri": "ui://shd/controller-observability/v1.html", + "sha256": "4fbbc0b0ffc135353bbfb16cad45d7bcb8a0340466b04869d080720b98f2dbba" + } + ], + "license": "../../../../../LICENSE", + "source": { + "repository": "https://github.com/bulava92/shd-mcp-plugin", + "path": "plugins/shd-mcp-plugin/widgets/controller-observability/v1/index.html" + } +} diff --git a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/SHA256SUMS index b0fcacf..315f28c 100644 --- a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/SHA256SUMS @@ -1 +1 @@ -a1c67b2e401aea9f4f5d2534c4a273a93172de9f1d0942d1b82a0e1be3005251 index.html +e431183d3b959601687632ea36b207fc88c85f88c69c2d3abdd342be411db50c index.html diff --git a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/index.html b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/index.html index 2681660..8326dcb 100644 --- a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/manifest.json index 7b2defc..778db50 100644 --- a/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/crm-funnel/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77307, - "gzipBytes": 20863, + "bytes": 77269, + "gzipBytes": 20604, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/crm-funnel/v1.html", - "sha256": "a1c67b2e401aea9f4f5d2534c4a273a93172de9f1d0942d1b82a0e1be3005251" + "sha256": "e431183d3b959601687632ea36b207fc88c85f88c69c2d3abdd342be411db50c" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/discussions/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/discussions/v1/SHA256SUMS index 0cc7673..29f3dc5 100644 --- a/plugins/shd-mcp-plugin/widgets/discussions/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/discussions/v1/SHA256SUMS @@ -1 +1 @@ -c4dcd567b0ab23eb9de1803c111ec5f386563edef334549e3a63489feb2e197b index.html +d051f38e8d81151a3269d16effae3bca502527680a106c7f9b9d7942b9f7446c index.html diff --git a/plugins/shd-mcp-plugin/widgets/discussions/v1/index.html b/plugins/shd-mcp-plugin/widgets/discussions/v1/index.html index 9bd80a9..ff06588 100644 --- a/plugins/shd-mcp-plugin/widgets/discussions/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/discussions/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/discussions/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/discussions/v1/manifest.json index 8b84cc4..c86ef60 100644 --- a/plugins/shd-mcp-plugin/widgets/discussions/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/discussions/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49160, - "gzipBytes": 14606, + "bytes": 49141, + "gzipBytes": 14385, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/discussions/v1.html", - "sha256": "c4dcd567b0ab23eb9de1803c111ec5f386563edef334549e3a63489feb2e197b" + "sha256": "d051f38e8d81151a3269d16effae3bca502527680a106c7f9b9d7942b9f7446c" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/SHA256SUMS index 00cdfcb..dc067f2 100644 --- a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/SHA256SUMS @@ -1 +1 @@ -e79d43eb1737d8abe02a7d5c0407def0dbda9eea7af4808130b775e79ce6f42c index.html +6964112ce1ae2ec25a736709bc00ad0a7335177ec98547ad48d672834e491760 index.html diff --git a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/index.html b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/index.html index 03f3b78..57688f3 100644 --- a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_pdf_scheme_editor_documents',readTool:'shd_get_pdf_scheme_editor_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/manifest.json index e2d4558..8b78494 100644 --- a/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/documents-completeness/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77367, - "gzipBytes": 20622, + "bytes": 77329, + "gzipBytes": 20618, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/documents-completeness/v1.html", - "sha256": "e79d43eb1737d8abe02a7d5c0407def0dbda9eea7af4808130b775e79ce6f42c" + "sha256": "6964112ce1ae2ec25a736709bc00ad0a7335177ec98547ad48d672834e491760" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/files/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/files/v1/SHA256SUMS index 98adc36..7492e1e 100644 --- a/plugins/shd-mcp-plugin/widgets/files/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/files/v1/SHA256SUMS @@ -1 +1 @@ -56806509484936b20027d3ddf8aa0998765ce2398292009e6607d0a0e4d61c47 index.html +e410bd6143c07e677ef23ede0be1d63e17587bacaf16732334701b4a43399e5d index.html diff --git a/plugins/shd-mcp-plugin/widgets/files/v1/index.html b/plugins/shd-mcp-plugin/widgets/files/v1/index.html index 9445cff..3aace9d 100644 --- a/plugins/shd-mcp-plugin/widgets/files/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/files/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/files/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/files/v1/manifest.json index a520d24..db3a961 100644 --- a/plugins/shd-mcp-plugin/widgets/files/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/files/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53686, - "gzipBytes": 15718, + "bytes": 53667, + "gzipBytes": 15488, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/files/v1.html", - "sha256": "56806509484936b20027d3ddf8aa0998765ce2398292009e6607d0a0e4d61c47" + "sha256": "e410bd6143c07e677ef23ede0be1d63e17587bacaf16732334701b4a43399e5d" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/SHA256SUMS index e6e5abd..eebaed7 100644 --- a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/SHA256SUMS @@ -1 +1 @@ -b4cd475b62a373dcb338bab808ffb5be5646890577501a65dd8a57b5c96643e3 index.html +20231dba4f8d99b89d33bfe8a9247d3d8728d17fd75bf07cd10ed9950ad0913c index.html diff --git a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/index.html b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/index.html index 292be28..58f1574 100644 --- a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/manifest.json index 8ee4288..f51fcf9 100644 --- a/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/finance-dashboard/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77321, - "gzipBytes": 20861, + "bytes": 77283, + "gzipBytes": 20601, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/finance-dashboard/v1.html", - "sha256": "b4cd475b62a373dcb338bab808ffb5be5646890577501a65dd8a57b5c96643e3" + "sha256": "20231dba4f8d99b89d33bfe8a9247d3d8728d17fd75bf07cd10ed9950ad0913c" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/SHA256SUMS index 242386d..5f1b04a 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/SHA256SUMS @@ -1 +1 @@ -52848b605f3b83dac5c4277ba33e8b7c693db16453a09b989404bc1a107f9edc index.html +c761b817f26067ed2697d6c5da3f99a0e962dbf920a1c13ff24165dde910af7c index.html diff --git a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/index.html b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/index.html index e4032cb..20edd18 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/manifest.json index abefbb0..ecc6ea6 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea-board/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/gitea-board/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77309, - "gzipBytes": 20862, + "bytes": 77271, + "gzipBytes": 20602, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/gitea-board/v1.html", - "sha256": "52848b605f3b83dac5c4277ba33e8b7c693db16453a09b989404bc1a107f9edc" + "sha256": "c761b817f26067ed2697d6c5da3f99a0e962dbf920a1c13ff24165dde910af7c" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/gitea/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/gitea/v1/SHA256SUMS index e35a43e..f361a56 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/gitea/v1/SHA256SUMS @@ -1 +1 @@ -dec0da437c2f02912c9cf12e16de4b6fb81165eb577bed11cda1643df98f456e index.html +dac317642f83f1a2599fff7041e340f4fdc5620733baaaa426a69edf5d9c7442 index.html diff --git a/plugins/shd-mcp-plugin/widgets/gitea/v1/index.html b/plugins/shd-mcp-plugin/widgets/gitea/v1/index.html index c55d447..90c312a 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/gitea/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/gitea/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/gitea/v1/manifest.json index 1b52273..e030cf6 100644 --- a/plugins/shd-mcp-plugin/widgets/gitea/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/gitea/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53686, - "gzipBytes": 15717, + "bytes": 53667, + "gzipBytes": 15487, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/gitea/v1.html", - "sha256": "dec0da437c2f02912c9cf12e16de4b6fb81165eb577bed11cda1643df98f456e" + "sha256": "dac317642f83f1a2599fff7041e340f4fdc5620733baaaa426a69edf5d9c7442" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/SHA256SUMS index 15d3df8..c33b361 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/SHA256SUMS @@ -1 +1 @@ -0822a8596548a6f729c4ef236d0125b810eb94c26e5e42610987c4966fa707aa index.html +ea7d3bc74188e3adc144c07404cd6a26779b42d4cc3fb6ffc83f113fb64288bc index.html diff --git a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/index.html b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/index.html index ef06de0..5e56f2f 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/manifest.json index a8ccd30..658caef 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/inventory-warnings/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77323, - "gzipBytes": 20864, + "bytes": 77285, + "gzipBytes": 20606, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/inventory-warnings/v1.html", - "sha256": "0822a8596548a6f729c4ef236d0125b810eb94c26e5e42610987c4966fa707aa" + "sha256": "ea7d3bc74188e3adc144c07404cd6a26779b42d4cc3fb6ffc83f113fb64288bc" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/inventory/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/inventory/v1/SHA256SUMS index 1830b8a..db7e311 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/inventory/v1/SHA256SUMS @@ -1 +1 @@ -4b57d307670bdd1a2f2d445ebd7a01dd794f2d14e8024ac439246999edf1fac9 index.html +fda7797f99a07415ecc4879f44a04c936953c055f79bdee2e1f3e88513fdff7d index.html diff --git a/plugins/shd-mcp-plugin/widgets/inventory/v1/index.html b/plugins/shd-mcp-plugin/widgets/inventory/v1/index.html index 5b77c01..429ff95 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/inventory/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/inventory/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/inventory/v1/manifest.json index ca05e03..120bb36 100644 --- a/plugins/shd-mcp-plugin/widgets/inventory/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/inventory/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49156, - "gzipBytes": 14607, + "bytes": 49137, + "gzipBytes": 14388, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/inventory/v1.html", - "sha256": "4b57d307670bdd1a2f2d445ebd7a01dd794f2d14e8024ac439246999edf1fac9" + "sha256": "fda7797f99a07415ecc4879f44a04c936953c055f79bdee2e1f3e88513fdff7d" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/SHA256SUMS index 71e9383..c0da467 100644 --- a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/SHA256SUMS @@ -1 +1 @@ -84c78054e0b25a9c319f93b513a77b47f78e8c402114012c3ce91f8037b08983 index.html +ca76aa4e10fe1a5f2d167fe8876a3d009aca9a2e386cde5f8743ede370272221 index.html diff --git a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/index.html b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/index.html index a108555..3c281f6 100644 --- a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/manifest.json index 7c1901a..f9678e3 100644 --- a/plugins/shd-mcp-plugin/widgets/notes-tree/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/notes-tree/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77307, - "gzipBytes": 20865, + "bytes": 77269, + "gzipBytes": 20607, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/notes-tree/v1.html", - "sha256": "84c78054e0b25a9c319f93b513a77b47f78e8c402114012c3ce91f8037b08983" + "sha256": "ca76aa4e10fe1a5f2d167fe8876a3d009aca9a2e386cde5f8743ede370272221" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/notes/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/notes/v1/SHA256SUMS index 77aab89..57c2cfb 100644 --- a/plugins/shd-mcp-plugin/widgets/notes/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/notes/v1/SHA256SUMS @@ -1 +1 @@ -ec952d1e39e53c743652156c513b9bccb7438754cf0b9b48f9df4d76396f84da index.html +cb4881dca8cf3f999b27a540239f9a4d17204bc4ba5e65a4bf2f5ed0e7810e23 index.html diff --git a/plugins/shd-mcp-plugin/widgets/notes/v1/index.html b/plugins/shd-mcp-plugin/widgets/notes/v1/index.html index aa2460a..205896c 100644 --- a/plugins/shd-mcp-plugin/widgets/notes/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/notes/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/notes/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/notes/v1/manifest.json index 50a6717..f5703b9 100644 --- a/plugins/shd-mcp-plugin/widgets/notes/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/notes/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49148, - "gzipBytes": 14606, + "bytes": 49129, + "gzipBytes": 14384, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/notes/v1.html", - "sha256": "ec952d1e39e53c743652156c513b9bccb7438754cf0b9b48f9df4d76396f84da" + "sha256": "cb4881dca8cf3f999b27a540239f9a4d17204bc4ba5e65a4bf2f5ed0e7810e23" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/notifications/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/notifications/v1/SHA256SUMS index f45a009..095ee3a 100644 --- a/plugins/shd-mcp-plugin/widgets/notifications/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/notifications/v1/SHA256SUMS @@ -1 +1 @@ -4cb2d86694223050e0c61e1e9b93a4cba8cd7a3d5090a7d8a44bae4289e146dd index.html +c19707e63a55e05ee4000f6a3e0b4ea9e5955623899ed21213e2a6cb4e6d3c74 index.html diff --git a/plugins/shd-mcp-plugin/widgets/notifications/v1/index.html b/plugins/shd-mcp-plugin/widgets/notifications/v1/index.html index ae2736d..03d9b6e 100644 --- a/plugins/shd-mcp-plugin/widgets/notifications/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/notifications/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/notifications/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/notifications/v1/manifest.json index 76737e6..8b4d750 100644 --- a/plugins/shd-mcp-plugin/widgets/notifications/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/notifications/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49164, - "gzipBytes": 14606, + "bytes": 49145, + "gzipBytes": 14386, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/notifications/v1.html", - "sha256": "4cb2d86694223050e0c61e1e9b93a4cba8cd7a3d5090a7d8a44bae4289e146dd" + "sha256": "c19707e63a55e05ee4000f6a3e0b4ea9e5955623899ed21213e2a6cb4e6d3c74" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/organizations/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/organizations/v1/SHA256SUMS index 16b011c..82e7a18 100644 --- a/plugins/shd-mcp-plugin/widgets/organizations/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/organizations/v1/SHA256SUMS @@ -1 +1 @@ -8298658cf54b615bbd2bcb80a8de6614589c643983df1712e0bf7681e3a41578 index.html +333f9d1635a1bba89ae8adf4af8c29b011df20cd781e434a42f9c58e413e8999 index.html diff --git a/plugins/shd-mcp-plugin/widgets/organizations/v1/index.html b/plugins/shd-mcp-plugin/widgets/organizations/v1/index.html index dee47dc..b91587c 100644 --- a/plugins/shd-mcp-plugin/widgets/organizations/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/organizations/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/organizations/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/organizations/v1/manifest.json index 38ea16f..b474ce0 100644 --- a/plugins/shd-mcp-plugin/widgets/organizations/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/organizations/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53694, - "gzipBytes": 15719, + "bytes": 53675, + "gzipBytes": 15488, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/organizations/v1.html", - "sha256": "8298658cf54b615bbd2bcb80a8de6614589c643983df1712e0bf7681e3a41578" + "sha256": "333f9d1635a1bba89ae8adf4af8c29b011df20cd781e434a42f9c58e413e8999" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/SHA256SUMS index bb6195b..4b5a684 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/SHA256SUMS @@ -1 +1 @@ -0dbd016e30afb80069902df828c3bb7f7ac13afe548adcf9a0a492013b31504c index.html +9eb94e95c1a5ea11d07c5aab693d0d89b7c2a728958b8b49905dc252ab270b23 index.html diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/index.html b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/index.html index dc2aba7..8e3e153 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'airbase':{listTool:'shd_airbase_tables',listArgs:{},readTool:'shd_airbase_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/manifest.json index 60d2324..3478304 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor-progress/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77318, - "gzipBytes": 20618, + "bytes": 77280, + "gzipBytes": 20615, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/pdf-scheme-editor-progress/v1.html", - "sha256": "0dbd016e30afb80069902df828c3bb7f7ac13afe548adcf9a0a492013b31504c" + "sha256": "9eb94e95c1a5ea11d07c5aab693d0d89b7c2a728958b8b49905dc252ab270b23" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/SHA256SUMS index 7bd6719..631fa51 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/SHA256SUMS @@ -1 +1 @@ -d1a29380759e80afd5b7c9f9ee90a99c393cbf20f177c4b05596609b7b93ed3f index.html +2f82b255a8d31a427246cdd96685c78917dd32b611ae52b96656780d60aa97df index.html diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/index.html b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/index.html index cb42b23..9bfa108 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'airbase':{listTool:'shd_airbase_tables',listArgs:{},readTool:'shd_airbase_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/manifest.json index b6f26cd..9eef1c8 100644 --- a/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/pdf-scheme-editor/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53686, - "gzipBytes": 15502, + "bytes": 53667, + "gzipBytes": 15498, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/pdf-scheme-editor/v1.html", - "sha256": "d1a29380759e80afd5b7c9f9ee90a99c393cbf20f177c4b05596609b7b93ed3f" + "sha256": "2f82b255a8d31a427246cdd96685c78917dd32b611ae52b96656780d60aa97df" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/project-overview/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/project-overview/v1/SHA256SUMS index 0686a5b..d96d05b 100644 --- a/plugins/shd-mcp-plugin/widgets/project-overview/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/project-overview/v1/SHA256SUMS @@ -1 +1 @@ -6fbc95666de520a2e2b950940a2952a8a071d2bfd9e79192a24745b179fb43f2 index.html +05013506f60107feee867344cd1409cdc4b224a16cbfb2c1705cd7c5fce7b8f6 index.html diff --git a/plugins/shd-mcp-plugin/widgets/project-overview/v1/index.html b/plugins/shd-mcp-plugin/widgets/project-overview/v1/index.html index cc4fb4d..a9fc1fe 100644 --- a/plugins/shd-mcp-plugin/widgets/project-overview/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/project-overview/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/project-overview/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/project-overview/v1/manifest.json index 84ccc96..a0515c6 100644 --- a/plugins/shd-mcp-plugin/widgets/project-overview/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/project-overview/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53697, - "gzipBytes": 15718, + "bytes": 53678, + "gzipBytes": 15489, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/project-overview/v1.html", - "sha256": "6fbc95666de520a2e2b950940a2952a8a071d2bfd9e79192a24745b179fb43f2" + "sha256": "05013506f60107feee867344cd1409cdc4b224a16cbfb2c1705cd7c5fce7b8f6" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/SHA256SUMS index 1dd07f4..fffe8d8 100644 --- a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/SHA256SUMS @@ -1 +1 @@ -ce8a276d709ec4611d6ec9266830135bc71f25b9cd2784aa305ddc87fab74d6d index.html +ab54e4d87f941ca828321b7a510ba79616129e735ecfc3579ee995ab4572aee5 index.html diff --git a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/index.html b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/index.html index f490bb8..c78af4d 100644 --- a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/manifest.json index 793518b..373c017 100644 --- a/plugins/shd-mcp-plugin/widgets/project-timeline/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/project-timeline/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77319, - "gzipBytes": 20866, + "bytes": 77281, + "gzipBytes": 20609, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/project-timeline/v1.html", - "sha256": "ce8a276d709ec4611d6ec9266830135bc71f25b9cd2784aa305ddc87fab74d6d" + "sha256": "ab54e4d87f941ca828321b7a510ba79616129e735ecfc3579ee995ab4572aee5" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/SHA256SUMS index 08f8549..4448549 100644 --- a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/SHA256SUMS @@ -1 +1 @@ -10e6152040a2077a7412a46aff25747f23469ad12d75f10bb95ac498c9de4ca4 index.html +1fa0d0b933380d977cfc3406353b8a397b33419c89b247a311bb61fa9c6648bd index.html diff --git a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/index.html b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/index.html index abc0f30..99aece3 100644 --- a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/manifest.json index 8f3b82c..b5b971f 100644 --- a/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/proposal-approvals/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77323, - "gzipBytes": 20861, + "bytes": 77285, + "gzipBytes": 20602, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/proposal-approvals/v1.html", - "sha256": "10e6152040a2077a7412a46aff25747f23469ad12d75f10bb95ac498c9de4ca4" + "sha256": "1fa0d0b933380d977cfc3406353b8a397b33419c89b247a311bb61fa9c6648bd" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/proposals/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/proposals/v1/SHA256SUMS index ccc97e8..4f582b5 100644 --- a/plugins/shd-mcp-plugin/widgets/proposals/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/proposals/v1/SHA256SUMS @@ -1 +1 @@ -9b63bc5e94a30ac026f85ab3277b41c76e394c60dd6ae7618dc5d6c84370b7fb index.html +0f06b0c8063ba0beebedddd91c9bdf389e6f4678e1d8351b33f2fde30ef99ffb index.html diff --git a/plugins/shd-mcp-plugin/widgets/proposals/v1/index.html b/plugins/shd-mcp-plugin/widgets/proposals/v1/index.html index 9139cab..c03f360 100644 --- a/plugins/shd-mcp-plugin/widgets/proposals/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/proposals/v1/index.html @@ -74,7 +74,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, diff --git a/plugins/shd-mcp-plugin/widgets/proposals/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/proposals/v1/manifest.json index 995a3d7..0ab5a2e 100644 --- a/plugins/shd-mcp-plugin/widgets/proposals/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/proposals/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 53690, - "gzipBytes": 15718, + "bytes": 53671, + "gzipBytes": 15488, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/proposals/v1.html", - "sha256": "9b63bc5e94a30ac026f85ab3277b41c76e394c60dd6ae7618dc5d6c84370b7fb" + "sha256": "0f06b0c8063ba0beebedddd91c9bdf389e6f4678e1d8351b33f2fde30ef99ffb" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/SHA256SUMS index e8e1673..659647a 100644 --- a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/SHA256SUMS @@ -1 +1 @@ -2eea68cf507df47893a7d30ffda24a01d096f843c806788ae8185b03b56fce53 index.html +efdd435fee5da454c651780eb41f10c5148b8eaf596b9e03f4d735ded7ae6761 index.html diff --git a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/index.html b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/index.html index c4d1a88..9c4bff0 100644 --- a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/manifest.json index 3c9d7eb..022e609 100644 --- a/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/schedule-calendar/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77321, - "gzipBytes": 20862, + "bytes": 77283, + "gzipBytes": 20604, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/schedule-calendar/v1.html", - "sha256": "2eea68cf507df47893a7d30ffda24a01d096f843c806788ae8185b03b56fce53" + "sha256": "efdd435fee5da454c651780eb41f10c5148b8eaf596b9e03f4d735ded7ae6761" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/scheduling/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/scheduling/v1/SHA256SUMS index 5ccb05a..0766209 100644 --- a/plugins/shd-mcp-plugin/widgets/scheduling/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/scheduling/v1/SHA256SUMS @@ -1 +1 @@ -6b45cb2e14e1a0f3a3d93fd9e5e092fbfed6fb48de1a2f806972eb0393b51b83 index.html +9ba2aae33ed180a88ac69f21b88c9ae89a90596fb60523803308eb9d4e068b76 index.html diff --git a/plugins/shd-mcp-plugin/widgets/scheduling/v1/index.html b/plugins/shd-mcp-plugin/widgets/scheduling/v1/index.html index 79da7c5..6fec59a 100644 --- a/plugins/shd-mcp-plugin/widgets/scheduling/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/scheduling/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/scheduling/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/scheduling/v1/manifest.json index 14ea150..9eddfab 100644 --- a/plugins/shd-mcp-plugin/widgets/scheduling/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/scheduling/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49158, - "gzipBytes": 14607, + "bytes": 49139, + "gzipBytes": 14383, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/scheduling/v1.html", - "sha256": "6b45cb2e14e1a0f3a3d93fd9e5e092fbfed6fb48de1a2f806972eb0393b51b83" + "sha256": "9ba2aae33ed180a88ac69f21b88c9ae89a90596fb60523803308eb9d4e068b76" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/status-page/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/status-page/v1/SHA256SUMS index 6c1c248..7c13cbc 100644 --- a/plugins/shd-mcp-plugin/widgets/status-page/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/status-page/v1/SHA256SUMS @@ -1 +1 @@ -afe0aeff1cbe3827c42b26ec5afb69603d5dac7ada3fbe844770828cde8a652e index.html +1db44caa4e53373c0b03a15b7389c49988a3601c5a4d7ec01c75ae1b27e68d9c index.html diff --git a/plugins/shd-mcp-plugin/widgets/status-page/v1/index.html b/plugins/shd-mcp-plugin/widgets/status-page/v1/index.html index 36c876c..135c1e8 100644 --- a/plugins/shd-mcp-plugin/widgets/status-page/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/status-page/v1/index.html @@ -66,7 +66,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'} diff --git a/plugins/shd-mcp-plugin/widgets/status-page/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/status-page/v1/manifest.json index 3207946..f91fa73 100644 --- a/plugins/shd-mcp-plugin/widgets/status-page/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/status-page/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 49160, - "gzipBytes": 14604, + "bytes": 49141, + "gzipBytes": 14381, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/status-page/v1.html", - "sha256": "afe0aeff1cbe3827c42b26ec5afb69603d5dac7ada3fbe844770828cde8a652e" + "sha256": "1db44caa4e53373c0b03a15b7389c49988a3601c5a4d7ec01c75ae1b27e68d9c" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/SHA256SUMS index 0ca4f2e..96e3d4f 100644 --- a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/SHA256SUMS @@ -1 +1 @@ -59b04fd7164b1ea92c5c5e099116236142f97395857fa47b1d16a4ca7cc31b6d index.html +87aa487aceb6b4310d69c55f1f706189c0f0689ff2c5a91c8c11bec9529d60e9 index.html diff --git a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/index.html b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/index.html index 9717ba1..d6eceaa 100644 --- a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/manifest.json index a224233..7971f6a 100644 --- a/plugins/shd-mcp-plugin/widgets/task-kanban/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/task-kanban/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77309, - "gzipBytes": 20862, + "bytes": 77271, + "gzipBytes": 20604, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/task-kanban/v1.html", - "sha256": "59b04fd7164b1ea92c5c5e099116236142f97395857fa47b1d16a4ca7cc31b6d" + "sha256": "87aa487aceb6b4310d69c55f1f706189c0f0689ff2c5a91c8c11bec9529d60e9" } ], "license": "../../../../../LICENSE", diff --git a/plugins/shd-mcp-plugin/widgets/team-workload/v1/SHA256SUMS b/plugins/shd-mcp-plugin/widgets/team-workload/v1/SHA256SUMS index 5dc1305..c5ec297 100644 --- a/plugins/shd-mcp-plugin/widgets/team-workload/v1/SHA256SUMS +++ b/plugins/shd-mcp-plugin/widgets/team-workload/v1/SHA256SUMS @@ -1 +1 @@ -531968b63860589756f0b72f6e97c86f96507716e5b30b01a47bd4da9c068f02 index.html +c78853304a6af3600d9ab331604de3f5b1a0fef7e0c63d2031a29e9a5532eaf8 index.html diff --git a/plugins/shd-mcp-plugin/widgets/team-workload/v1/index.html b/plugins/shd-mcp-plugin/widgets/team-workload/v1/index.html index 7c3e19f..7f014fe 100644 --- a/plugins/shd-mcp-plugin/widgets/team-workload/v1/index.html +++ b/plugins/shd-mcp-plugin/widgets/team-workload/v1/index.html @@ -90,7 +90,7 @@ notifications:{listTool:'shd_list_notifications',listArgs:{limit:50,offset:0},paths:['data'],sort:'desc'}, scheduling:{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],sort:'asc'}, inventory:{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',paths:['data'],sort:'desc'}, - agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.controllers','data.agents','data.user_agents','data'],sort:'asc'}, + agents:{listTool:'shd_agents_overview',listArgs:{},paths:['data.agents','data.user_agents','data'],sort:'asc'}, 'status-page':{listTool:'shd_get_status_page_monitors',listArgs:{environment:'dev'},readTool:'shd_get_status_page_monitor_history',detailKey:'monitor_id',detailArgs:{limit:20},paths:['data'],nested:'monitors',sort:'asc'}, 'project-db':{listTool:'shd_project_db_tables',listArgs:{},readTool:'shd_project_db_schema',detailKey:'table',paths:['data.tables','data'],contextRequired:true,sort:'asc'}, notes:{listTool:'shd_list_note_pages',listArgs:{limit:100},readTool:'shd_get_note_page',detailKey:'page_id',paths:['data'],sort:'desc'}, @@ -109,7 +109,7 @@ 'finance-dashboard':{listTool:'shd_list_finance_documents',listArgs:{limit:100},paths:['data'],view:'dashboard',sort:'desc'}, 'proposal-approvals':{listTool:'shd_list_proposals',listArgs:{limit:100},readTool:'shd_get_proposal_approval',detailKey:'proposal_id',detailSourceArgs:[],paths:['data'],view:'approval',sort:'desc'}, 'documents-completeness':{listTool:'shd_list_terms_documents',readTool:'shd_get_terms_document_completeness',detailKey:'document_id',detailSourceArgs:['project_code'],paths:['data'],view:'completeness',contextRequired:true,contextKeys:['project_code'],sort:'desc'}, - 'agents-health':{listTool:'shd_agents_overview',paths:['data.controllers','data.agents','data.user_agents','data'],view:'health',sort:'asc'}, + 'agents-health':{listTool:'shd_agents_overview',paths:['data.agents','data.user_agents','data'],view:'health',sort:'asc'}, 'schedule-calendar':{listTool:'shd_get_scheduling_overview',listArgs:{limit:100},readTool:'shd_list_scheduling_bookings',detailKey:'booking_id',detailArgs:{limit:1},paths:['data.bookings','data.upcoming_bookings','data'],view:'calendar',sort:'asc'}, 'acl-matrix':{listTool:'shd_list_organization_members',listArgs:{limit:100},paths:['data'],view:'matrix',contextRequired:true,contextKeys:['organization_id'],contextAll:true,sort:'asc'}, 'inventory-warnings':{listTool:'shd_list_inventory_items',listArgs:{limit:100},readTool:'shd_get_inventory_item',detailKey:'item_id',detailSourceArgs:[],paths:['data'],view:'warnings',sort:'asc'}, diff --git a/plugins/shd-mcp-plugin/widgets/team-workload/v1/manifest.json b/plugins/shd-mcp-plugin/widgets/team-workload/v1/manifest.json index 0f9beab..0944d20 100644 --- a/plugins/shd-mcp-plugin/widgets/team-workload/v1/manifest.json +++ b/plugins/shd-mcp-plugin/widgets/team-workload/v1/manifest.json @@ -5,11 +5,11 @@ "resources": [ { "file": "index.html", - "bytes": 77313, - "gzipBytes": 20866, + "bytes": 77275, + "gzipBytes": 20607, "mediaType": "text/html;profile=mcp-app", "uri": "ui://shd/team-workload/v1.html", - "sha256": "531968b63860589756f0b72f6e97c86f96507716e5b30b01a47bd4da9c068f02" + "sha256": "c78853304a6af3600d9ab331604de3f5b1a0fef7e0c63d2031a29e9a5532eaf8" } ], "license": "../../../../../LICENSE",