Skip to content

Repository files navigation

MCP-Project-ALL-services

#!/bin/bash

ACCOUNT=508262720940
REGION=ap-northeast-1

for svc in mcp-api-gateway auth-service mcp-control-plane model-service ai-assistant recommendation-engine product-service user-service payment-service frontend; do
    aws ecr create-repository \
      --repository-name mcp-platform/$svc \
      --region $REGION \
      --image-scanning-configuration scanOnPush=true
    echo "Created: mcp-platform/$svc"
  done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages