Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Confluence MCP Release Notes - v1.0

Latest

Choose a tag to compare

@aaronsb aaronsb released this 25 Feb 04:53
· 11 commits to main since this release
9db8206

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 and scripts/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.