This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Overview
This release introduces CI/CD improvements, enhanced documentation, and build system fixes to the Confluence Cloud MCP project.
What's New
CI/CD Improvements
- Added a new CI/CD pipeline for automated testing and deployment
- Fixed CI hanging issues by limiting package deletions and adding explicit token
- Resolved cleanup and versioning problems in the build process
Documentation
- Updated documentation throughout the project
- Added comprehensive installation guide in
llms-install.md - Standardized tool names in documentation to follow the
[verb]_confluence_[noun]convention for better consistency
Build System
- Fixed package name and image source to match repository name
- Updated Docker image name in local scripts to match repository name
- Improved build and run scripts for local development
Files Changed
- Added
.github/workflows/ci-cd.ymlfor GitHub Actions workflow - Added
Dockerfileand.dockerignorefor containerization - Added
scripts/build-local.shandscripts/run-local.shfor local development - Added
jest.config.jsand test placeholders for testing infrastructure - Updated various source files to standardize naming conventions
Contributors
- Aaron Bockelie
Installation
See the llms-install.md guide for detailed installation instructions.