Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements and updates across multiple files to improve functionality, streamline configurations, and add new features. Key changes include updates to Docker configurations, additions to backend functionality, new CDK project files, and adjustments to existing file structures.
Backend Updates:
pkgs/backend/Dockerfile: Updated the base image to specify the platform (linux/amd64) for better compatibility.pkgs/backend/package.json: Modified the Docker build command to include the platform specification and updated the image name tox402-backend-api.pkgs/backend/src/index.ts:/health) for monitoring backend service status./downloadendpoint response (resultinstead ofresulut) and added a debug log for endpoint access.CDK Project Setup:
pkgs/cdk/.env.example: Introduced environment variables required for the CDK project, including facilitator URL, network, and private key.pkgs/cdk/README.md: Added comprehensive documentation for deploying a remote MCP server using AWS CDK, including setup, deployment, and troubleshooting steps.pkgs/cdk/cdk.json: Configured CDK settings, including watch options and context parameters for AWS resource management.pkgs/cdk/jest.config.js: Added a Jest configuration file for testing CDK functionality.File Structure and Configuration:
biome.json: Updated ignore patterns to excludecdk.outandbundle.jsfiles.package.json: Added a new script for managing CDK (pnpm --filter cdk).pkgs/cdk/.gitignoreandpkgs/cdk/.npmignore: Added ignore patterns for TypeScript files, CDK staging directories, and generated files. [1] [2]