@remixhq/mcp 0.1.5 → 0.1.6

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
@@ -1258,7 +1258,7 @@ function registerCollabTools(server, context) {
1258
1258
  });
1259
1259
  registerTool(server, context, {
1260
1260
  name: "remix_collab_request_merge",
1261
- description: "Open a Remix merge request from the current bound repository to its upstream app instead of merging locally with raw git.",
1261
+ description: "Open a prompt-backed Remix merge request from the current bound repository to its upstream app instead of merging locally with raw git.",
1262
1262
  access: "remote_write",
1263
1263
  inputSchema: requestMergeInputSchema,
1264
1264
  outputSchema: requestMergeSuccessSchema,
@@ -1310,7 +1310,7 @@ function registerCollabTools(server, context) {
1310
1310
  });
1311
1311
  registerTool(server, context, {
1312
1312
  name: "remix_collab_view_merge_request",
1313
- description: "View Remix merge request metadata, prompts, change steps, and optionally a bounded unified diff before approval or rejection.",
1313
+ description: "View Remix merge request metadata, review groups, change steps, and optionally a bounded unified diff before approval or rejection.",
1314
1314
  access: "read",
1315
1315
  inputSchema: viewMergeRequestInputSchema,
1316
1316
  outputSchema: viewMergeRequestSuccessSchema,
@@ -1325,7 +1325,7 @@ function registerCollabTools(server, context) {
1325
1325
  });
1326
1326
  registerTool(server, context, {
1327
1327
  name: "remix_collab_approve_remote",
1328
- description: "Approve a merge request remotely and wait for terminal completion without mutating the local repository, preserving Remix as the merge authority.",
1328
+ description: "Approve a merge request or upstream sync remotely and wait for terminal completion without mutating the local repository, preserving Remix as the merge authority.",
1329
1329
  access: "remote_write",
1330
1330
  inputSchema: approveInputSchema,
1331
1331
  outputSchema: approveSuccessSchema,