@unclick/mcp-server 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -13
- package/dist/abn-tool.js +1 -1
- package/dist/bgg-tool.js +1 -1
- package/dist/carboninterface-tool.js +1 -1
- package/dist/cards/card.d.ts +9 -0
- package/dist/cards/card.d.ts.map +1 -0
- package/dist/cards/card.js +4 -0
- package/dist/cards/card.js.map +1 -0
- package/dist/cards/search-memory-card.d.ts +11 -0
- package/dist/cards/search-memory-card.d.ts.map +1 -0
- package/dist/cards/search-memory-card.js +75 -0
- package/dist/cards/search-memory-card.js.map +1 -0
- package/dist/cards/search-memory-card.test.d.ts +2 -0
- package/dist/cards/search-memory-card.test.d.ts.map +1 -0
- package/dist/cards/search-memory-card.test.js +59 -0
- package/dist/cards/search-memory-card.test.js.map +1 -0
- package/dist/catalog.js +36 -36
- package/dist/catalog.js.map +1 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +96 -6
- package/dist/client.js.map +1 -1
- package/dist/converter-tools.js +1 -1
- package/dist/crews-tool.d.ts +12 -0
- package/dist/crews-tool.d.ts.map +1 -0
- package/dist/crews-tool.js +125 -0
- package/dist/crews-tool.js.map +1 -0
- package/dist/gdelt-tool.js +4 -4
- package/dist/hackernews-tool.js +1 -1
- package/dist/index.js +0 -0
- package/dist/line-tool.js +1 -1
- package/dist/local-catalog-handlers.js +1 -1
- package/dist/local-catalog-handlers.js.map +1 -1
- package/dist/local-tools.js +7 -7
- package/dist/local-tools.js.map +1 -1
- package/dist/memory/__tests__/bitemporal.test.d.ts +8 -0
- package/dist/memory/__tests__/bitemporal.test.d.ts.map +1 -0
- package/dist/memory/__tests__/bitemporal.test.js +148 -0
- package/dist/memory/__tests__/bitemporal.test.js.map +1 -0
- package/dist/memory/__tests__/hybrid-search.test.d.ts +14 -0
- package/dist/memory/__tests__/hybrid-search.test.d.ts.map +1 -0
- package/dist/memory/__tests__/hybrid-search.test.js +304 -0
- package/dist/memory/__tests__/hybrid-search.test.js.map +1 -0
- package/dist/memory/agent.d.ts +34 -0
- package/dist/memory/agent.d.ts.map +1 -0
- package/dist/memory/agent.js +69 -0
- package/dist/memory/agent.js.map +1 -0
- package/dist/memory/conflicts.d.ts +48 -0
- package/dist/memory/conflicts.d.ts.map +1 -0
- package/dist/memory/conflicts.js +209 -0
- package/dist/memory/conflicts.js.map +1 -0
- package/dist/memory/db.d.ts +18 -3
- package/dist/memory/db.d.ts.map +1 -1
- package/dist/memory/db.js +133 -11
- package/dist/memory/db.js.map +1 -1
- package/dist/memory/device.d.ts +20 -0
- package/dist/memory/device.d.ts.map +1 -0
- package/dist/memory/device.js +48 -0
- package/dist/memory/device.js.map +1 -0
- package/dist/memory/embeddings.d.ts +10 -0
- package/dist/memory/embeddings.d.ts.map +1 -0
- package/dist/memory/embeddings.js +40 -0
- package/dist/memory/embeddings.js.map +1 -0
- package/dist/memory/handlers.d.ts.map +1 -1
- package/dist/memory/handlers.js +98 -4
- package/dist/memory/handlers.js.map +1 -1
- package/dist/memory/instrumentation.d.ts +38 -0
- package/dist/memory/instrumentation.d.ts.map +1 -0
- package/dist/memory/instrumentation.js +97 -0
- package/dist/memory/instrumentation.js.map +1 -0
- package/dist/memory/load-events.d.ts +18 -0
- package/dist/memory/load-events.d.ts.map +1 -0
- package/dist/memory/load-events.js +61 -0
- package/dist/memory/load-events.js.map +1 -0
- package/dist/memory/local.d.ts +4 -1
- package/dist/memory/local.d.ts.map +1 -1
- package/dist/memory/local.js +14 -0
- package/dist/memory/local.js.map +1 -1
- package/dist/memory/session-state.d.ts +37 -0
- package/dist/memory/session-state.d.ts.map +1 -0
- package/dist/memory/session-state.js +82 -0
- package/dist/memory/session-state.js.map +1 -0
- package/dist/memory/supabase.d.ts +75 -5
- package/dist/memory/supabase.d.ts.map +1 -1
- package/dist/memory/supabase.js +584 -83
- package/dist/memory/supabase.js.map +1 -1
- package/dist/memory/tenant-settings.d.ts +33 -0
- package/dist/memory/tenant-settings.d.ts.map +1 -0
- package/dist/memory/tenant-settings.js +79 -0
- package/dist/memory/tenant-settings.js.map +1 -0
- package/dist/memory/tool-awareness.d.ts +66 -0
- package/dist/memory/tool-awareness.d.ts.map +1 -0
- package/dist/memory/tool-awareness.js +307 -0
- package/dist/memory/tool-awareness.js.map +1 -0
- package/dist/memory/types.d.ts +18 -2
- package/dist/memory/types.d.ts.map +1 -1
- package/dist/numbers-tool.js +2 -2
- package/dist/openfoodfacts-tool.js +1 -1
- package/dist/openmeteo-tool.js +1 -1
- package/dist/radiobrowser-tool.js +2 -2
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +759 -55
- package/dist/server.js.map +1 -1
- package/dist/signals/emit.d.ts +11 -0
- package/dist/signals/emit.d.ts.map +1 -0
- package/dist/signals/emit.js +26 -0
- package/dist/signals/emit.js.map +1 -0
- package/dist/testpass-tool.d.ts +12 -0
- package/dist/testpass-tool.d.ts.map +1 -0
- package/dist/testpass-tool.js +121 -0
- package/dist/testpass-tool.js.map +1 -0
- package/dist/tool-wiring.d.ts +320 -4
- package/dist/tool-wiring.d.ts.map +1 -1
- package/dist/tool-wiring.js +246 -5
- package/dist/tool-wiring.js.map +1 -1
- package/dist/trivia-tool.js +5 -5
- package/dist/usgs-tool.js +1 -1
- package/dist/uxpass-tool.d.ts +24 -0
- package/dist/uxpass-tool.d.ts.map +1 -0
- package/dist/uxpass-tool.js +165 -0
- package/dist/uxpass-tool.js.map +1 -0
- package/dist/vault-bridge.js +7 -7
- package/dist/vercel-tool.d.ts +3 -0
- package/dist/vercel-tool.d.ts.map +1 -1
- package/dist/vercel-tool.js +198 -7
- package/dist/vercel-tool.js.map +1 -1
- package/dist/web-tools.d.ts +62 -0
- package/dist/web-tools.d.ts.map +1 -0
- package/dist/web-tools.js +271 -0
- package/dist/web-tools.js.map +1 -0
- package/package.json +6 -3
- package/server.json +1 -1
package/dist/tool-wiring.js
CHANGED
|
@@ -33,7 +33,7 @@ import { scanUrlUrlscan, getScanResult, searchUrlscan, } from "./urlscan-tool.js
|
|
|
33
33
|
import { searchShodan, getHostInfo, getShodanStats, } from "./shodan-tool.js";
|
|
34
34
|
// ─── Dev / Infra ──────────────────────────────────────────────────────────────
|
|
35
35
|
import { sendEmailResend, getEmailResend, listDomainsResend, } from "./resend-tool.js";
|
|
36
|
-
import { listVercelDeployments, getVercelDeployment, listVercelProjects, getVercelDomain, getVercelEnv, } from "./vercel-tool.js";
|
|
36
|
+
import { listVercelDeployments, getVercelDeployment, listVercelProjects, getVercelDomain, getVercelEnv, createVercelEnv, deleteVercelEnv, createVercelDeployment, } from "./vercel-tool.js";
|
|
37
37
|
import { getTogglTimeEntries, createTimeEntryToggl, getTogglProjects, getTogglSummary, } from "./toggl-tool.js";
|
|
38
38
|
// ─── Email ────────────────────────────────────────────────────────────────────
|
|
39
39
|
import { sendEmail, readInbox, searchEmail, getEmail, markRead, deleteEmail, } from "./email-tool.js";
|
|
@@ -193,6 +193,12 @@ import { perplexityChatCompletion } from "./perplexity-tool.js";
|
|
|
193
193
|
// ─── Commerce / Creator ───────────────────────────────────────────────────────
|
|
194
194
|
import { lsListStores, lsListProducts, lsListOrders, lsListSubscriptions, lsGetOrder, lsListCustomers, } from "./lemonsqueezy-tool.js";
|
|
195
195
|
import { ckListSubscribers, ckAddSubscriber, ckListForms, ckListSequences, ckListTags, ckTagSubscriber, } from "./convertkit-tool.js";
|
|
196
|
+
// ─── TestPass ─────────────────────────────────────────────────────────────────
|
|
197
|
+
import { testpassRun, testpassStatus, testpassSavePack, testpassEditItem } from "./testpass-tool.js";
|
|
198
|
+
// ─── UXPass (sister to TestPass, UI/UX QC) ───────────────────────────────────
|
|
199
|
+
import { uxpassRun, uxpassStatus, uxpassReportHtml, uxpassReportJson, uxpassReportMd, uxpassRegisterPack, } from "./uxpass-tool.js";
|
|
200
|
+
// ─── Crews (Orchestrator Wizard) ──────────────────────────────────────────────
|
|
201
|
+
import { crewsStartRun, crewsGetRun, crewsListRuns } from "./crews-tool.js";
|
|
196
202
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
197
203
|
// ADDITIONAL_TOOLS
|
|
198
204
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
@@ -212,7 +218,7 @@ export const ADDITIONAL_TOOLS = [
|
|
|
212
218
|
},
|
|
213
219
|
{
|
|
214
220
|
name: "bgg_game_details",
|
|
215
|
-
description: "Get full details for a board game by its BGG ID
|
|
221
|
+
description: "Get full details for a board game by its BGG ID - name, year, rating, players, playtime, description, categories, and mechanics.",
|
|
216
222
|
inputSchema: {
|
|
217
223
|
type: "object",
|
|
218
224
|
properties: {
|
|
@@ -235,7 +241,7 @@ export const ADDITIONAL_TOOLS = [
|
|
|
235
241
|
},
|
|
236
242
|
{
|
|
237
243
|
name: "bgg_top_games",
|
|
238
|
-
description: "Get the BGG Hotness list
|
|
244
|
+
description: "Get the BGG Hotness list - the most discussed and active board games right now.",
|
|
239
245
|
inputSchema: {
|
|
240
246
|
type: "object",
|
|
241
247
|
properties: {
|
|
@@ -1536,6 +1542,63 @@ export const ADDITIONAL_TOOLS = [
|
|
|
1536
1542
|
required: ["projectId"],
|
|
1537
1543
|
},
|
|
1538
1544
|
},
|
|
1545
|
+
{
|
|
1546
|
+
name: "vercel_create_env",
|
|
1547
|
+
description: "Create (or upsert) an environment variable on a Vercel project. Target defaults to production, preview, and development. Use type='plain' for non-secret values, 'encrypted' or 'sensitive' for secrets.",
|
|
1548
|
+
inputSchema: {
|
|
1549
|
+
type: "object",
|
|
1550
|
+
properties: {
|
|
1551
|
+
project_id: { type: "string" },
|
|
1552
|
+
key: { type: "string" },
|
|
1553
|
+
value: { type: "string" },
|
|
1554
|
+
target: {
|
|
1555
|
+
type: "string",
|
|
1556
|
+
description: "CSV of environments: 'production,preview,development'. Defaults to all three.",
|
|
1557
|
+
},
|
|
1558
|
+
type: {
|
|
1559
|
+
type: "string",
|
|
1560
|
+
description: "plain | encrypted | sensitive | secret | system. Defaults to plain.",
|
|
1561
|
+
},
|
|
1562
|
+
git_branch: { type: "string" },
|
|
1563
|
+
comment: { type: "string" },
|
|
1564
|
+
upsert: { type: "boolean", description: "Overwrite existing value for same key/target. Default true." },
|
|
1565
|
+
team_id: { type: "string" },
|
|
1566
|
+
api_key: { type: "string" },
|
|
1567
|
+
},
|
|
1568
|
+
required: ["project_id", "key", "value"],
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
name: "vercel_delete_env",
|
|
1573
|
+
description: "Delete a Vercel environment variable by its env id (get ids from vercel_get_env).",
|
|
1574
|
+
inputSchema: {
|
|
1575
|
+
type: "object",
|
|
1576
|
+
properties: {
|
|
1577
|
+
project_id: { type: "string" },
|
|
1578
|
+
env_id: { type: "string" },
|
|
1579
|
+
team_id: { type: "string" },
|
|
1580
|
+
api_key: { type: "string" },
|
|
1581
|
+
},
|
|
1582
|
+
required: ["project_id", "env_id"],
|
|
1583
|
+
},
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
name: "vercel_create_deployment",
|
|
1587
|
+
description: "Create a Vercel deployment. Pass deployment_id to redeploy an existing commit, or project_id + git_ref to deploy fresh from git. Set force_new=true to skip the build cache (needed after env var changes or when serverless function surfaces change).",
|
|
1588
|
+
inputSchema: {
|
|
1589
|
+
type: "object",
|
|
1590
|
+
properties: {
|
|
1591
|
+
deployment_id: { type: "string", description: "Redeploy the git source of this existing deployment." },
|
|
1592
|
+
project_id: { type: "string", description: "Deploy fresh from the project's linked git repo." },
|
|
1593
|
+
git_ref: { type: "string", description: "Branch or SHA to deploy. Defaults to 'main'." },
|
|
1594
|
+
target: { type: "string", description: "'production' (default) or 'preview'." },
|
|
1595
|
+
force_new: { type: "boolean", description: "Skip build cache. Default false." },
|
|
1596
|
+
name: { type: "string" },
|
|
1597
|
+
team_id: { type: "string" },
|
|
1598
|
+
api_key: { type: "string" },
|
|
1599
|
+
},
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1539
1602
|
// ── toggl-tool.ts ────────────────────────────────────────────────────────────
|
|
1540
1603
|
{
|
|
1541
1604
|
name: "toggl_time_entries",
|
|
@@ -5433,7 +5496,7 @@ export const ADDITIONAL_TOOLS = [
|
|
|
5433
5496
|
// ── figma-tool.ts ─────────────────────────────────────────────────────────────
|
|
5434
5497
|
{
|
|
5435
5498
|
name: "figma_get_file",
|
|
5436
|
-
description: "Get a Figma file's structure and metadata
|
|
5499
|
+
description: "Get a Figma file's structure and metadata - pages, frames, and component count.",
|
|
5437
5500
|
inputSchema: {
|
|
5438
5501
|
type: "object",
|
|
5439
5502
|
properties: {
|
|
@@ -5467,7 +5530,7 @@ export const ADDITIONAL_TOOLS = [
|
|
|
5467
5530
|
file_key: { type: "string" },
|
|
5468
5531
|
node_ids: { description: "Comma-separated node IDs or array of node ID strings" },
|
|
5469
5532
|
format: { type: "string", description: "png, jpg, svg, or pdf (default: png)" },
|
|
5470
|
-
scale: { type: "number", description: "Image scale factor 0.01
|
|
5533
|
+
scale: { type: "number", description: "Image scale factor 0.01-4 (default: 1, PNG/JPG only)" },
|
|
5471
5534
|
},
|
|
5472
5535
|
required: ["personal_access_token", "file_key", "node_ids"],
|
|
5473
5536
|
},
|
|
@@ -10268,6 +10331,165 @@ export const ADDITIONAL_TOOLS = [
|
|
|
10268
10331
|
required: ["api_key", "tag_id", "email"],
|
|
10269
10332
|
},
|
|
10270
10333
|
},
|
|
10334
|
+
// ── testpass-tool.ts ────────────────────────────────────────────────────────
|
|
10335
|
+
{
|
|
10336
|
+
name: "testpass_run",
|
|
10337
|
+
description: "Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and returns the run id plus an initial verdict summary.",
|
|
10338
|
+
inputSchema: {
|
|
10339
|
+
type: "object",
|
|
10340
|
+
properties: {
|
|
10341
|
+
target_url: { type: "string", description: "HTTP URL of the MCP server to test" },
|
|
10342
|
+
pack_id: { type: "string", description: "Pack slug (default: testpass-core)" },
|
|
10343
|
+
profile: { type: "string", enum: ["smoke", "standard", "deep"], description: "Run profile (default: smoke)" },
|
|
10344
|
+
},
|
|
10345
|
+
required: ["target_url"],
|
|
10346
|
+
},
|
|
10347
|
+
},
|
|
10348
|
+
{
|
|
10349
|
+
name: "testpass_status",
|
|
10350
|
+
description: "Fetch the current status, verdict summary, and fail count for a TestPass run.",
|
|
10351
|
+
inputSchema: {
|
|
10352
|
+
type: "object",
|
|
10353
|
+
properties: {
|
|
10354
|
+
run_id: { type: "string", description: "The TestPass run id returned by testpass_run" },
|
|
10355
|
+
},
|
|
10356
|
+
required: ["run_id"],
|
|
10357
|
+
},
|
|
10358
|
+
},
|
|
10359
|
+
{
|
|
10360
|
+
name: "testpass_save_pack",
|
|
10361
|
+
description: "Save a TestPass pack YAML definition for the caller. Creates or updates the pack identified by pack_id.",
|
|
10362
|
+
inputSchema: {
|
|
10363
|
+
type: "object",
|
|
10364
|
+
properties: {
|
|
10365
|
+
pack_id: { type: "string", description: "Unique slug for the pack (e.g. 'my-mcp-pack')" },
|
|
10366
|
+
yaml: { type: "string", description: "Full pack definition as a YAML string" },
|
|
10367
|
+
},
|
|
10368
|
+
required: ["pack_id", "yaml"],
|
|
10369
|
+
},
|
|
10370
|
+
},
|
|
10371
|
+
{
|
|
10372
|
+
name: "testpass_edit_item",
|
|
10373
|
+
description: "Override the verdict and optional notes for a single check item in a TestPass run.",
|
|
10374
|
+
inputSchema: {
|
|
10375
|
+
type: "object",
|
|
10376
|
+
properties: {
|
|
10377
|
+
run_id: { type: "string", description: "The run the item belongs to" },
|
|
10378
|
+
item_id: { type: "string", description: "The testpass_items row id (uuid)" },
|
|
10379
|
+
verdict: { type: "string", enum: ["pass", "fail", "na"], description: "New verdict" },
|
|
10380
|
+
notes: { type: "string", description: "Optional reviewer notes" },
|
|
10381
|
+
},
|
|
10382
|
+
required: ["run_id", "item_id", "verdict"],
|
|
10383
|
+
},
|
|
10384
|
+
},
|
|
10385
|
+
// ── uxpass-tool.ts (UI/UX QC, sister to TestPass) ──────────────────────────
|
|
10386
|
+
{
|
|
10387
|
+
name: "uxpass_run",
|
|
10388
|
+
description: "Run a UI/UX quality check on a URL or saved pack. Returns a run id and a queued status. Pass either pack_name (a registered pack) or url (a one-off check), and an optional list of hat ids to scope the panel.",
|
|
10389
|
+
inputSchema: {
|
|
10390
|
+
type: "object",
|
|
10391
|
+
properties: {
|
|
10392
|
+
pack_name: { type: "string", description: "Name of a registered UXPass pack" },
|
|
10393
|
+
url: { type: "string", description: "Target URL for a one-off run" },
|
|
10394
|
+
hats: {
|
|
10395
|
+
type: "array",
|
|
10396
|
+
items: { type: "string" },
|
|
10397
|
+
description: "Optional list of hat ids to run (e.g. accessibility, agent-readability). Defaults to the pack's hats or the MVP hat set.",
|
|
10398
|
+
},
|
|
10399
|
+
},
|
|
10400
|
+
},
|
|
10401
|
+
},
|
|
10402
|
+
{
|
|
10403
|
+
name: "uxpass_status",
|
|
10404
|
+
description: "Fetch the status, UX Score, and summary for a UXPass run.",
|
|
10405
|
+
inputSchema: {
|
|
10406
|
+
type: "object",
|
|
10407
|
+
properties: {
|
|
10408
|
+
run_id: { type: "string", description: "The run id returned by uxpass_run" },
|
|
10409
|
+
},
|
|
10410
|
+
required: ["run_id"],
|
|
10411
|
+
},
|
|
10412
|
+
},
|
|
10413
|
+
{
|
|
10414
|
+
name: "uxpass_report_html",
|
|
10415
|
+
description: "Get the HTML report for a UXPass run.",
|
|
10416
|
+
inputSchema: {
|
|
10417
|
+
type: "object",
|
|
10418
|
+
properties: {
|
|
10419
|
+
run_id: { type: "string", description: "The run id returned by uxpass_run" },
|
|
10420
|
+
},
|
|
10421
|
+
required: ["run_id"],
|
|
10422
|
+
},
|
|
10423
|
+
},
|
|
10424
|
+
{
|
|
10425
|
+
name: "uxpass_report_json",
|
|
10426
|
+
description: "Get the JSON report for a UXPass run.",
|
|
10427
|
+
inputSchema: {
|
|
10428
|
+
type: "object",
|
|
10429
|
+
properties: {
|
|
10430
|
+
run_id: { type: "string", description: "The run id returned by uxpass_run" },
|
|
10431
|
+
},
|
|
10432
|
+
required: ["run_id"],
|
|
10433
|
+
},
|
|
10434
|
+
},
|
|
10435
|
+
{
|
|
10436
|
+
name: "uxpass_report_md",
|
|
10437
|
+
description: "Get the Markdown report for a UXPass run.",
|
|
10438
|
+
inputSchema: {
|
|
10439
|
+
type: "object",
|
|
10440
|
+
properties: {
|
|
10441
|
+
run_id: { type: "string", description: "The run id returned by uxpass_run" },
|
|
10442
|
+
},
|
|
10443
|
+
required: ["run_id"],
|
|
10444
|
+
},
|
|
10445
|
+
},
|
|
10446
|
+
{
|
|
10447
|
+
name: "uxpass_register_pack",
|
|
10448
|
+
description: "Register a UXPass pack from a YAML string. Validates the basic shape (required keys: name, url, viewports, themes, hats, synthesiser, budgets, remediation) and persists the pack so uxpass_run can reference it by name. Returns the assigned pack_id.",
|
|
10449
|
+
inputSchema: {
|
|
10450
|
+
type: "object",
|
|
10451
|
+
properties: {
|
|
10452
|
+
pack_yaml: { type: "string", description: "Full pack definition as a YAML string" },
|
|
10453
|
+
},
|
|
10454
|
+
required: ["pack_yaml"],
|
|
10455
|
+
},
|
|
10456
|
+
},
|
|
10457
|
+
// ── crews-tool.ts (Orchestrator Wizard) ──────────────────────────────────────
|
|
10458
|
+
{
|
|
10459
|
+
name: "start_crew_run",
|
|
10460
|
+
description: "Call this tool when the user wants to start a Crews Council run. Creates the run row on the UnClick API and returns a ConversationalCard with next actions. LLM turns are expected to flow through MCP sampling; if the Orchestrator does not support sampling the card reports SAMPLING_NOT_SUPPORTED.",
|
|
10461
|
+
inputSchema: {
|
|
10462
|
+
type: "object",
|
|
10463
|
+
properties: {
|
|
10464
|
+
crew_id: { type: "string", description: "The UUID of the Crew to run" },
|
|
10465
|
+
task_prompt: { type: "string", description: "The task the Council should deliberate on" },
|
|
10466
|
+
token_budget: { type: "number", description: "Optional token budget (default 150000)" },
|
|
10467
|
+
},
|
|
10468
|
+
required: ["crew_id", "task_prompt"],
|
|
10469
|
+
},
|
|
10470
|
+
},
|
|
10471
|
+
{
|
|
10472
|
+
name: "get_run",
|
|
10473
|
+
description: "Call this tool when the user wants the status of a specific Crews run. Returns a ConversationalCard summarising stage progress, token usage, and any failure artifact.",
|
|
10474
|
+
inputSchema: {
|
|
10475
|
+
type: "object",
|
|
10476
|
+
properties: {
|
|
10477
|
+
run_id: { type: "string", description: "The run_id returned by start_crew_run" },
|
|
10478
|
+
},
|
|
10479
|
+
required: ["run_id"],
|
|
10480
|
+
},
|
|
10481
|
+
},
|
|
10482
|
+
{
|
|
10483
|
+
name: "list_runs",
|
|
10484
|
+
description: "Call this tool when the user wants a recent history of Crews runs. Returns a ConversationalCard with a run count and the newest few run ids.",
|
|
10485
|
+
inputSchema: {
|
|
10486
|
+
type: "object",
|
|
10487
|
+
properties: {
|
|
10488
|
+
crew_id: { type: "string", description: "Optional: filter to one crew" },
|
|
10489
|
+
limit: { type: "number", description: "Optional: max rows to return (default 50, capped at 100)" },
|
|
10490
|
+
},
|
|
10491
|
+
},
|
|
10492
|
+
},
|
|
10271
10493
|
];
|
|
10272
10494
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
10273
10495
|
// ADDITIONAL_HANDLERS
|
|
@@ -10408,6 +10630,9 @@ export const ADDITIONAL_HANDLERS = {
|
|
|
10408
10630
|
vercel_list_projects: (args) => listVercelProjects(args),
|
|
10409
10631
|
vercel_get_domain: (args) => getVercelDomain(args),
|
|
10410
10632
|
vercel_get_env: (args) => getVercelEnv(args),
|
|
10633
|
+
vercel_create_env: (args) => createVercelEnv(args),
|
|
10634
|
+
vercel_delete_env: (args) => deleteVercelEnv(args),
|
|
10635
|
+
vercel_create_deployment: (args) => createVercelDeployment(args),
|
|
10411
10636
|
// toggl-tool.ts
|
|
10412
10637
|
toggl_time_entries: (args) => getTogglTimeEntries(args),
|
|
10413
10638
|
toggl_create_time_entry: (args) => createTimeEntryToggl(args),
|
|
@@ -11195,5 +11420,21 @@ export const ADDITIONAL_HANDLERS = {
|
|
|
11195
11420
|
togetherai_completion: (args) => togetherai_completion(args),
|
|
11196
11421
|
togetherai_create_embedding: (args) => togetherai_create_embedding(args),
|
|
11197
11422
|
togetherai_list_models: (args) => togetherai_list_models(args),
|
|
11423
|
+
// testpass-tool.ts
|
|
11424
|
+
testpass_run: (args) => testpassRun(args),
|
|
11425
|
+
testpass_status: (args) => testpassStatus(args),
|
|
11426
|
+
testpass_save_pack: (args) => testpassSavePack(args),
|
|
11427
|
+
testpass_edit_item: (args) => testpassEditItem(args),
|
|
11428
|
+
// uxpass-tool.ts
|
|
11429
|
+
uxpass_run: (args) => uxpassRun(args),
|
|
11430
|
+
uxpass_status: (args) => uxpassStatus(args),
|
|
11431
|
+
uxpass_report_html: (args) => uxpassReportHtml(args),
|
|
11432
|
+
uxpass_report_json: (args) => uxpassReportJson(args),
|
|
11433
|
+
uxpass_report_md: (args) => uxpassReportMd(args),
|
|
11434
|
+
uxpass_register_pack: (args) => uxpassRegisterPack(args),
|
|
11435
|
+
// crews-tool.ts
|
|
11436
|
+
start_crew_run: (args) => crewsStartRun(args),
|
|
11437
|
+
get_run: (args) => crewsGetRun(args),
|
|
11438
|
+
list_runs: (args) => crewsListRuns(args),
|
|
11198
11439
|
};
|
|
11199
11440
|
//# sourceMappingURL=tool-wiring.js.map
|