Skip to content

Commit 9c72447

Browse files
committed
Release version 1.5.0
1 parent bdf5c25 commit 9c72447

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/
33
.vercel
44
dist
55
.xmcp
6-
xmcp-env.d.ts
6+
xmcp-env.d.ts
7+
.mcpregistry*

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.4",
5+
"version": "0.1.5",
66
"description": "A LocalStack MCP Server providing essential tools for local cloud development & testing",
77
"author": {
88
"name": "LocalStack Team",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@localstack/localstack-mcp-server",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
4+
"mcpName": "io.github.localstack/localstack-mcp-server",
45
"description": "A LocalStack MCP Server for managing LocalStack containers with Pro support",
56
"engines": {
67
"node": ">=20.0.0"

server.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.localstack/localstack-mcp-server",
4+
"description": "A LocalStack MCP Server providing essential tools for local cloud development & testing",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/localstack/localstack-mcp-server",
8+
"source": "github"
9+
},
10+
"version": "0.1.5",
11+
"packages": [
12+
{
13+
"registry_type": "npm",
14+
"registry_base_url": "https://registry.npmjs.org",
15+
"identifier": "@localstack/localstack-mcp-server",
16+
"version": "0.1.5",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environment_variables": [
21+
{
22+
"description": "LocalStack Auth Token (optional for Pro features)",
23+
"is_required": false,
24+
"format": "string",
25+
"is_secret": true,
26+
"name": "LOCALSTACK_AUTH_TOKEN"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)