Skip to content

Commit 9bf2275

Browse files
committed
revamp the readme for 0.1.2 release
1 parent 72ab79a commit 9bf2275

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This server eliminates custom scripts and manual LocalStack management with dire
77
- Start, stop, restart, and monitor LocalStack container status with built-in auth.
88
- Deploy CDK and Terraform projects with automatic configuration detection.
99
- Parse logs, catch errors, and auto-generate IAM policies from violations.
10+
- Inject chaos faults and network effects into LocalStack to test system resilience.
11+
- Manage LocalStack state snapshots via Cloud Pods for development workflows.
1012
- Connect AI assistants and dev tools for automated cloud testing workflows.
1113

1214
## Tools Reference
@@ -27,14 +29,13 @@ This server provides your AI with dedicated tools for managing your LocalStack e
2729
| Editor | Installation |
2830
| :------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
2931
| **Cursor** | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=localstack-mcp-server&config=eyJjb21tYW5kIjoibnB4IC15IEBsb2NhbHN0YWNrL2xvY2Fsc3RhY2stbWNwLXNlcnZlciJ9) |
30-
| **VS Code** | [![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_LocalStack_MCP-0098FF?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode:mcp/install?%7B%22name%22%3A%22localstack-mcp-server%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40localstack%2Flocalstack-mcp-server%22%5D%7D) |
31-
| **VS Code Insiders** | [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_LocalStack_MCP-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode-insiders:mcp/install?%7B%22name%22%3A%22localstack-mcp-server%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40localstack%2Flocalstack-mcp-server%22%5D%7D) |
32+
For other MCP Clients, refer to the [configuration guide](#configuration).
3233

3334
### Prerequisites
3435

35-
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) and Docker installed in your system path.
36-
- [`cdklocal`](https://github.com/localstack/aws-cdk-local) or [`tflocal`](https://github.com/localstack/terraform-local) installed in your system path for running infrastructure deployment tooling.
37-
- A [valid LocalStack Auth Token](https://docs.localstack.cloud/aws/getting-started/auth-token/) to enable Pro services and IAM Policy Analyzer tool. (**optional**)
36+
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) and Docker installed in your system path
37+
- [`cdklocal`](https://github.com/localstack/aws-cdk-local) or [`tflocal`](https://github.com/localstack/terraform-local) installed in your system path for running infrastructure deployment tooling
38+
- A [valid LocalStack Auth Token](https://docs.localstack.cloud/aws/getting-started/auth-token/) to enable Pro services IAM Policy Analyzer, Cloud Pods, and Chaos Injector tools (**optional**)
3839
- [Node.js v22.x](https://nodejs.org/en/download/) installed in your system path
3940

4041
### Configuration

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "localstack-mcp-server",
44
"display_name": "LocalStack MCP Server",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"description": "A LocalStack MCP Server providing essential tools for local cloud development & testing",
77
"author": {
88
"name": "LocalStack Team",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localstack/localstack-mcp-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A LocalStack MCP Server for managing LocalStack containers with Pro support",
55
"engines": {
66
"node": ">=20.0.0"

0 commit comments

Comments
 (0)