Skip to content

Releases: John-Lin/agentic-slackbot

v0.2.0

02 Apr 15:13
9972cf2

Choose a tag to compare

What's Changed

  • Make MCP server config optional — bot starts without servers_config.json using a default empty config
  • Remove dummy_servers_config.json and its COPY from Dockerfile
  • Add HTTP MCP server (Streamable HTTP) example to README
  • Add MCP ConfigMap and volume mount to k8s deployment

v0.1.2

02 Apr 08:25
6a0fcbf

Choose a tag to compare

What's Changed

  • Add Node.js/npx to Docker image for npx-based MCP servers

v0.1.1

31 Mar 15:38
0571ce1

Choose a tag to compare

What's Changed

  • Remove LRU chat eviction to keep demo simple — plain dict is sufficient for demo usage patterns

v0.1.0

31 Mar 15:05
0e86267

Choose a tag to compare

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