@ecubelabs/atlassian-mcp 1.3.0-next.1 → 1.3.0
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.
|
@@ -68,8 +68,8 @@ export const registerConfluenceTools = (server) => {
|
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
|
-
// Register get-pages-for-
|
|
72
|
-
server.tool('get-pages-for-
|
|
71
|
+
// Register get-pages-for-label tool
|
|
72
|
+
server.tool('get-pages-for-label', 'Get pages associated with a specific label', {
|
|
73
73
|
labelId: z.string().describe('ID of the label to search for'),
|
|
74
74
|
bodyFormat: z
|
|
75
75
|
.array(z.enum(['storage', 'atlas_doc_format', 'view']))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecubelabs/atlassian-mcp",
|
|
3
|
-
"version": "1.3.0
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"bin": "./dist/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/Ecube-Labs/skynet.git"
|
|
@@ -37,6 +37,5 @@
|
|
|
37
37
|
"semantic-release-yarn": "^3.0.2",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"typescript": "^5.8.2"
|
|
40
|
-
}
|
|
41
|
-
"stableVersion": "1.0.0"
|
|
40
|
+
}
|
|
42
41
|
}
|