UNPKG

@aashari/mcp-server-atlassian-confluence

Version:

Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP in

6 lines (5 loc) 160 B
/** * Jest global setup for suppressing console output during tests * This file is used to mock console methods to reduce noise in test output */ export {};