We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0b6b5 commit 767e13dCopy full SHA for 767e13d
src/controllers/atlassian.pages.controller.ts
@@ -68,6 +68,7 @@ async function list(
68
'list',
69
);
70
methodLogger.debug('Listing Confluence pages with options:', options);
71
+ methodLogger.info(`Fetching Confluence pages (limit: ${options.limit || DEFAULT_PAGE_SIZE})`);
72
73
try {
74
const defaults: Partial<ListPagesToolArgsType> = {
0 commit comments