feat: implement universal Node.js compatibility with automatic database adapter fallback
This commit is contained in:
@@ -416,7 +416,7 @@ export class N8NMCPServer {
|
||||
private async getNodeStatistics(args: any): Promise<any> {
|
||||
try {
|
||||
logger.info(`Getting node statistics`);
|
||||
const stats = this.nodeDocService.getStatistics();
|
||||
const stats = await this.nodeDocService.getStatistics();
|
||||
|
||||
return {
|
||||
...stats,
|
||||
|
||||
Reference in New Issue
Block a user