Skip to content

Commit b21a755

Browse files
committed
release: v0.4.0
1 parent 00cf0a8 commit b21a755

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.3.0",
5+
"version": "0.4.0",
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.3.0",
3+
"version": "0.4.0",
44
"mcpName": "io.github.localstack/localstack-mcp-server",
55
"description": "A LocalStack MCP Server for managing LocalStack containers with Pro support",
66
"engines": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/localstack/localstack-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.3.0",
10+
"version": "0.4.0",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "@localstack/localstack-mcp-server",
16-
"version": "0.3.0",
16+
"version": "0.4.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)