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

22 lines (21 loc) 591 B
/** * Application constants * * This file contains constants used throughout the application. * Centralizing these values makes them easier to maintain and update. */ /** * Current application version * This should match the version in package.json */ export declare const VERSION = "2.1.1"; /** * Package name with scope * Used for initialization and identification */ export declare const PACKAGE_NAME = "@aashari/mcp-server-atlassian-confluence"; /** * CLI command name * Used for binary name and CLI help text */ export declare const CLI_NAME = "mcp-atlassian-confluence";