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

8 lines (7 loc) 139 B
/** * Shared types for Atlassian Confluence APIs */ /** * Description format enum */ export type DescriptionFormat = 'plain' | 'view';