Skip to content

Commit 22311e8

Browse files
chore: release v0.0.1 (#2)
Co-authored-by: poad <1867845+poad@users.noreply.github.com>
1 parent 28343ac commit 22311e8

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/example",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"private": true,
66
"license": "ISC",

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/root",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"scripts": {
@@ -9,7 +9,12 @@
99
"lint": "pnpm run --if-present --recursive --parallel lint",
1010
"lint-fix": "pnpm run --if-present --recursive --parallel lint-fix"
1111
},
12-
"keywords": ["mcp-server", "modelcontextprotocol", "mcp", "lambda"],
12+
"keywords": [
13+
"mcp-server",
14+
"modelcontextprotocol",
15+
"mcp",
16+
"lambda"
17+
],
1318
"author": "poad",
1419
"license": "ISC",
1520
"packageManager": "pnpm@10.20.0",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-mcp-server",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)