@agllama/mcp 0.6.5 → 0.6.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/api-client.js +1 -1
- package/package.json +1 -1
package/dist/api-client.js
CHANGED
|
@@ -415,7 +415,7 @@ export class LlamaApiClient {
|
|
|
415
415
|
await this.request('DELETE', `/api/organizations/${orgSlug}/projects/${projectKey}/issues/${issueKey}/links/${linkId}`);
|
|
416
416
|
}
|
|
417
417
|
async batchLinkIssues(orgSlug, projectKey, links) {
|
|
418
|
-
return this.request('POST', `/api/organizations/${orgSlug}/projects/${projectKey}/issues/batch
|
|
418
|
+
return this.request('POST', `/api/organizations/${orgSlug}/projects/${projectKey}/issues/batch-links`, { links });
|
|
419
419
|
}
|
|
420
420
|
// ============================================
|
|
421
421
|
// Issue Plan Links
|