@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.
@@ -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/links`, { links });
418
+ return this.request('POST', `/api/organizations/${orgSlug}/projects/${projectKey}/issues/batch-links`, { links });
419
419
  }
420
420
  // ============================================
421
421
  // Issue Plan Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agllama/mcp",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "MCP server for Llama project management - connect Claude to your agile workflow",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",