Skip to content

Commit 5fb9e41

Browse files
chore(release): 0.3.4
1 parent 4719027 commit 5fb9e41

File tree

16 files changed

+35
-22
lines changed

16 files changed

+35
-22
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.3.4](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.3.3...v0.3.4) (2025-08-05)
6+
7+
8+
### Features
9+
10+
* OAuth client implementation for Python chatbot ([6f74065](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/6f74065ee3b0f5da4c8ebc9d5d8de93890f2c0bc))
11+
12+
13+
### Bug Fixes
14+
15+
* catch-all for exceptions in adapter ([90e478c](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/90e478c9c8e002a2f08f4db3e98175cefb2ffb1b))
16+
* Increase duration of dad-jokes function to prevent timeouts ([e37b7a8](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/e37b7a88aacb0c54cee0805462690c50a5e20478))
17+
518
## [0.3.3](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.3.2...v0.3.3) (2025-07-29)
619

720

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.4

e2e_tests/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e_tests/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-e2e-test-typescript",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/chatbots/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chatbots/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-chatbot-typescript",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/servers/auth/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/servers/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-auth",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "lib/mcp-auth.js",
55
"types": "lib/mcp-auth.d.ts",
66
"scripts": {

examples/servers/cat-facts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/servers/cat-facts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cat-facts",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "lib/cat-facts-mcp-server.js",
55
"types": "lib/cat-facts-mcp-server.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)