Skip to content

Releases: WebexCommunity/webex-bot-mcp

webex-bot-mcp: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 May 00:07
af5eff7

0.3.0 (2026-05-25)

Features

  • ALB health check endpoint and AWS deployment guide (c987492)
  • teams: add 8 Webex Teams API tools (cedd516)

Bug Fixes

  • correct Dockerfile for src layout and update health check (c59dddf)
  • pre-PR review fixes — token error routing, health check crash, Dockerfile (04f0c8c)
  • teams: remove create_webex_team; add bot-access guidance (d0db9d8)

Documentation

  • cards: warn that Action.Submit requires a registered webhook (694cac2)

v0.1.0

Choose a tag to compare

@adamweeks adamweeks released this 23 May 02:18
0b9cdd7

What's Changed

  • Fix bugs, standardize error handling, add delete tools, and add tests by @adamweeks in #1
  • Restructure into src layout and add PyPI publication metadata by @adamweeks in #3
  • Add TestPyPI staging step to publish workflow by @adamweeks in #4

New Contributors

Full Changelog: https://github.com/WebexCommunity/webex-bot-mcp/commits/0.1.0

webex-bot-mcp: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 May 03:57
f6c69b5

0.2.0 (2026-05-23)

Features

  • add ability to mention users and groups (f4e0ccd)
  • add automated release pipeline with release-please (48336a2)
  • add many more tools (8add6e3)
  • add people me tool (a68cab6)
  • add version metadata and structured error handling to Webex Bot MCP (bfdbf03)
  • add version metadata and structured error handling to Webex Bot MCP (1d41e66)

Documentation