Skip to content

Commit 4e3b3c0

Browse files
authored
Merge pull request #94 from pmvrak/main
Chore: Extended video for DevOps Assistant + Movement of folders for CICD MCP
2 parents c949204 + b7e1191 commit 4e3b3c0

File tree

33 files changed

+7
-1
lines changed

33 files changed

+7
-1
lines changed
File renamed without changes.

implementation/implement-aws-cicd-mcp/README.md renamed to deployment/deploy-aws-cicd-mcp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
A comprehensive Model Context Protocol (MCP) server for AWS CI/CD services (CodePipeline, CodeBuild, CodeDeploy) with 22 specialized tools, automatic IAM management, and production-ready security features.
44

55

6+
## Demo
7+
8+
[![asciicast](demo/demo.png)](demo/demo.mp4)
9+
10+
611
## Features
712

813
- **22 Comprehensive CI/CD Tools**: 7+ tools each for CodePipeline, CodeBuild, and CodeDeploy

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/.gitignore renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/.gitignore

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/.python-version renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/.python-version

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/MANIFEST.in renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/MANIFEST.in

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/__init__.py renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/__init__.py

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/__init__.py renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/__init__.py

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/__init__.py renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/__init__.py

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/codebuild/__init__.py renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/codebuild/__init__.py

File renamed without changes.

implementation/implement-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/codebuild/tools.py renamed to deployment/deploy-aws-cicd-mcp/aws-cicd-mcp-server/awslabs/aws_cicd_mcp_server/core/codebuild/tools.py

File renamed without changes.

0 commit comments

Comments
 (0)