Build an MCP server that:
- Analyze the given CDK code to find occurrences of VPC construct.
- Read migration guide and filter which use case apply based on customer code.
eg. a separate tool to refactor each components of VPC like subnet, or IP address. This guide will be stored in github which can be passed to the tool for reference and do refactor
- Give the refactored code as an output of tool.