-
Clone the MCP server
git clone https://github.com/jschabowsky/aviation-mcp.git cd aviation-mcp -
Install nodejs
sudo dnf install -y nodejs -
Install dependencies:
npm install
-
Build the server (this will fetch the latest Swagger definition, generate the API client, and compile the TypeScript):
npm run build
-
Create ECR Repository:
aws ecr create-repository --repository-name mcp-server --region us-east-1