Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLACK_BOT_TOKEN | Yes | Your Slack Bot User OAuth Token (starts with xoxb-) | |
| SLACK_BUILD_CHANNEL_ID | Yes | The Slack channel ID for build notifications (starts with C) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_build_status | Get the latest Xcode Cloud build status from Slack notifications. Returns recent build messages including status, workflow name, duration, and timestamp. |
| get_channel_messages | Read recent messages from a specific Slack channel |
| search_messages | Search for messages in Slack containing specific text |
| send_message | Send a message to a Slack channel |
| list_channels | List available Slack channels the bot has access to |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |