@rallycry/conveyor-mcp 4.3.24 → 4.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ConveyorConnection
3
- } from "./chunk-QIC367HH.js";
3
+ } from "./chunk-YGZ2WTNU.js";
4
4
  import {
5
5
  attachTunnel,
6
6
  runTunnel,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ConveyorConnection
4
- } from "./chunk-QIC367HH.js";
4
+ } from "./chunk-YGZ2WTNU.js";
5
5
  import {
6
6
  runTunnel
7
7
  } from "./chunk-N2XC2PGJ.js";
package/dist/tunnel.d.ts CHANGED
@@ -549,11 +549,13 @@ declare class ConveyorConnection {
549
549
  fileId: string;
550
550
  uploadUrl: string;
551
551
  }>;
552
- confirmFileUpload(taskId: string, fileId: string, comment?: string, projectId?: string): Promise<{
552
+ confirmFileUpload(taskId: string, fileId: string, comment?: string, projectId?: string, tags?: string[]): Promise<{
553
553
  fileId: string;
554
554
  fileName: string;
555
555
  downloadUrl?: string;
556
556
  messageId?: string;
557
+ appliedTags?: string[];
558
+ unknownTags?: string[];
557
559
  }>;
558
560
  createRelease(taskIds?: string[], projectId?: string): Promise<{
559
561
  taskId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-mcp",
3
- "version": "4.3.24",
3
+ "version": "4.3.25",
4
4
  "description": "Conveyor MCP server for Claude Code PM integration",
5
5
  "keywords": [
6
6
  "claude",