When running lstk for the first time, it sets up a Docker container named localstack-aws. However, the MCP currently searches for a container named localstack-main by default.
This mismatch can be confusing for new users and makes onboarding harder. It would be helpful to standardize the container name between lstk and the MCP (e.g., both using either localstack-aws or localstack-main), or to document the difference clearly.
When running
lstkfor the first time, it sets up a Docker container namedlocalstack-aws. However, the MCP currently searches for a container namedlocalstack-mainby default.This mismatch can be confusing for new users and makes onboarding harder. It would be helpful to standardize the container name between
lstkand the MCP (e.g., both using eitherlocalstack-awsorlocalstack-main), or to document the difference clearly.