@rallycry/conveyor-mcp 4.3.12 → 4.3.13

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-64PP4HVL.js";
3
+ } from "./chunk-VYVL3S45.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-64PP4HVL.js";
4
+ } from "./chunk-VYVL3S45.js";
5
5
  import {
6
6
  runTunnel
7
7
  } from "./chunk-N2XC2PGJ.js";
package/dist/tunnel.d.ts CHANGED
@@ -541,6 +541,11 @@ declare class ConveyorConnection {
541
541
  taskId: string;
542
542
  version: string;
543
543
  }>;
544
+ addTasksToRelease(taskIds: string[], projectId?: string): Promise<{
545
+ releaseTaskId: string;
546
+ added: number;
547
+ releaseBranchUpdated: boolean;
548
+ }>;
544
549
  createPullRequest(params: {
545
550
  projectId?: string;
546
551
  taskId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-mcp",
3
- "version": "4.3.12",
3
+ "version": "4.3.13",
4
4
  "description": "Conveyor MCP server for Claude Code PM integration",
5
5
  "keywords": [
6
6
  "claude",