@ecubelabs/atlassian-mcp 1.13.0 → 1.13.1

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.
@@ -381,7 +381,7 @@ export class ConfluenceService extends BaseApiService {
381
381
  if (options?.expand) {
382
382
  params.expand = options.expand.join(',');
383
383
  }
384
- return this.makeRequest(() => this.v1Client.get(`/template/page/${contentTemplateId}`, { params }));
384
+ return this.makeRequest(() => this.v1Client.get(`/template/${contentTemplateId}`, { params }));
385
385
  }
386
386
  /**
387
387
  * 페이지를 다른 위치로 이동
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecubelabs/atlassian-mcp",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "bin": "./dist/index.js",
5
5
  "repository": {
6
6
  "url": "https://github.com/Ecube-Labs/skynet.git"