Skip to content

Commit 78a29ad

Browse files
chore(main): release webex-bot-mcp 0.3.0
1 parent 193a00b commit 78a29ad

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/WebexCommunity/webex-bot-mcp/compare/webex-bot-mcp-v0.2.0...webex-bot-mcp-v0.3.0) (2026-05-25)
4+
5+
6+
### Features
7+
8+
* ALB health check endpoint and AWS deployment guide ([c987492](https://github.com/WebexCommunity/webex-bot-mcp/commit/c9874922e9875b48c645822cfddc5b02a0ac79f0))
9+
* **teams:** add 8 Webex Teams API tools ([cedd516](https://github.com/WebexCommunity/webex-bot-mcp/commit/cedd516586f006f1f26ed74062c1f4965e89100d))
10+
11+
12+
### Bug Fixes
13+
14+
* correct Dockerfile for src layout and update health check ([c59dddf](https://github.com/WebexCommunity/webex-bot-mcp/commit/c59dddf2deb14faf30354385bb31232317920e5b))
15+
* pre-PR review fixes — token error routing, health check crash, Dockerfile ([04f0c8c](https://github.com/WebexCommunity/webex-bot-mcp/commit/04f0c8c3cebba36f85d28a5898255b14dd12d7c1))
16+
* **teams:** remove create_webex_team; add bot-access guidance ([d0db9d8](https://github.com/WebexCommunity/webex-bot-mcp/commit/d0db9d860db59df3eb9afcdfab6ca227062c7820))
17+
18+
19+
### Documentation
20+
21+
* **cards:** warn that Action.Submit requires a registered webhook ([694cac2](https://github.com/WebexCommunity/webex-bot-mcp/commit/694cac289f1ba896017dc7ccacd3dfde56915fa8))
22+
323
## [0.2.0](https://github.com/WebexCommunity/webex-bot-mcp/compare/webex-bot-mcp-v0.1.1...webex-bot-mcp-v0.2.0) (2026-05-23)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "webex-bot-mcp"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Model Context Protocol server for Webex Teams — manage rooms, messages, and memberships via AI assistants"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)