Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 525 Bytes

File metadata and controls

28 lines (21 loc) · 525 Bytes
  1. Clone the MCP server

    git clone https://github.com/jschabowsky/aviation-mcp.git
    cd aviation-mcp
    
  2. Install nodejs

    sudo dnf install -y nodejs
    
  3. Install dependencies:

    npm install
  4. Build the server (this will fetch the latest Swagger definition, generate the API client, and compile the TypeScript):

    npm run build
  5. Create ECR Repository:

    aws ecr create-repository --repository-name mcp-server --region us-east-1