Releases: aaronsb/confluence-cloud-mcp
Releases · aaronsb/confluence-cloud-mcp
Confluence MCP Release Notes - v1.0
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.yml
for GitHub Actions workflow - Added
Dockerfile
and.dockerignore
for containerization - Added
scripts/build-local.sh
andscripts/run-local.sh
for local development - Added
jest.config.js
and 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.