Skip to content

Commit dff1eee

Browse files
committed
docs: highlight Slack MCP Server support in READMEs
1 parent 3f2990c commit dff1eee

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Behind the scenes, Casey has access to five simulated tools: knowledge base sear
2828

2929
> **Note:** All tools return simulated data for demonstration purposes. In a production app, these would connect to your actual IT systems.
3030
31+
### Slack MCP Server
32+
33+
Casey also works with the [Slack MCP Server](https://docs.slack.dev/agents-ai/model-context-protocol), giving it the ability to search messages and files, read channel history and threads, send messages, schedule messages, and create or update Slack canvases. When deployed with OAuth (HTTP mode), Casey automatically connects to the Slack MCP Server using the user's token, unlocking these capabilities on top of the built-in IT tools.
34+
3135
## Local Development
3236

3337
This repo uses a vendored (pre-release) build of `slack-bolt` from the [bolt-python](https://github.com/slackapi/bolt-python) `main` branch. The `.whl` file lives in `vendor/` and is referenced by each app's `requirements.txt`.

claude-agent-sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Casey uses five simulated tools to assist users:
2222

2323
> **Note:** All tools return simulated data for demonstration purposes. In a production app, these would connect to your actual IT systems.
2424
25+
### Slack MCP Server
26+
27+
Casey also works with the [Slack MCP Server](https://docs.slack.dev/agents-ai/model-context-protocol), giving it the ability to search messages and files, read channel history and threads, send messages, schedule messages, and create or update Slack canvases. When deployed with OAuth (HTTP mode), Casey automatically connects to the Slack MCP Server using the user's token, unlocking these capabilities on top of the built-in IT tools.
28+
2529
## Setup
2630

2731
Before getting started, make sure you have a development workspace where you have permissions to install apps.

openai-agents-sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Casey uses five simulated tools to assist users:
2222

2323
> **Note:** All tools return simulated data for demonstration purposes. In a production app, these would connect to your actual IT systems.
2424
25+
### Slack MCP Server
26+
27+
Casey also works with the [Slack MCP Server](https://docs.slack.dev/agents-ai/model-context-protocol), giving it the ability to search messages and files, read channel history and threads, send messages, schedule messages, and create or update Slack canvases. When deployed with OAuth (HTTP mode), Casey automatically connects to the Slack MCP Server using the user's token, unlocking these capabilities on top of the built-in IT tools.
28+
2529
## Setup
2630

2731
Before getting started, make sure you have a development workspace where you have permissions to install apps.

pydantic-ai/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Casey uses five simulated tools to assist users:
2222

2323
> **Note:** All tools return simulated data for demonstration purposes. In a production app, these would connect to your actual IT systems.
2424
25+
### Slack MCP Server
26+
27+
Casey also works with the [Slack MCP Server](https://docs.slack.dev/agents-ai/model-context-protocol), giving it the ability to search messages and files, read channel history and threads, send messages, schedule messages, and create or update Slack canvases. When deployed with OAuth (HTTP mode), Casey automatically connects to the Slack MCP Server using the user's token, unlocking these capabilities on top of the built-in IT tools.
28+
2529
## Setup
2630

2731
Before getting started, make sure you have a development workspace where you have permissions to install apps.

0 commit comments

Comments
 (0)