Releases: John-Lin/agentic-slackbot
Releases · John-Lin/agentic-slackbot
v0.2.0
What's Changed
- Make MCP server config optional — bot starts without
servers_config.jsonusing a default empty config - Remove
dummy_servers_config.jsonand itsCOPYfrom Dockerfile - Add HTTP MCP server (Streamable HTTP) example to README
- Add MCP ConfigMap and volume mount to k8s deployment
v0.1.2
v0.1.1
v0.1.0
Initial Release
A simple Slack bot that uses the OpenAI Agents SDK to interact with MCP servers.
Features
- Channel @mention and DM support
- Thread-aware conversations
- Connects to any MCP server via
servers_config.json - Supports OpenAI, Azure OpenAI, and OpenAI-compatible proxy endpoints
- Per-conversation history with automatic truncation and LRU eviction
- GitHub Actions CI test workflow
See also: agentic-telegram-bot