File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ node_modules/
33.vercel
44dist
55.xmcp
6- xmcp-env.d.ts
6+ xmcp-env.d.ts
7+ .mcpregistry *
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments