AWS CodePipeline MCP Server

by cuongdev
Verified
# Dependency directories node_modules/ jspm_packages/ # Build outputs dist/ build/ out/ *.tsbuildinfo # Environment variables and secrets .env .env.local .env.development.local .env.test.local .env.production.local *.pem *.key *.cert *.crt *.p12 .aws/ aws-credentials.json # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store .project .classpath .settings/ *.sublime-workspace *.sublime-project # Testing coverage/ .nyc_output/ # Temporary files tmp/ temp/ *.tmp *.bak # Misc .cache/ .npm .eslintcache .stylelintcache .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # AWS specific .aws-sam/ samconfig.toml cloudformation-template-*.json # MCP specific mcp_config.json