ask-slack 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +7 -0
- data/lib/ask/slack/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbe64c29802dc696e9f243b5e186342655a13296c45b8808baab6256badd6a39
|
|
4
|
+
data.tar.gz: f9e05f901bf4948acf6c4884aeda88d207bc6763f88412b6716e93f93e8b2314
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c6f2258982dd5f614101b52cf3201a3e2fe2d5629b0387c64dc34063bb5e14d0908fceb62777841fbe4726ae43b980c11f02176cac71495aa4e483e61295777
|
|
7
|
+
data.tar.gz: 5c75a7f94a16737ce7ee410cc0d266a826a533cbe3852aa795793f877f20445078904d583cc5379d63ab9b77a7163b48c87655d33f929b717313a6409ccbd6c5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## Deprecated - 2026-09-22
|
|
2
|
+
|
|
3
|
+
### Deprecated
|
|
4
|
+
|
|
5
|
+
- The `ask-slack` gem is deprecated in favor of Slack's official MCP server:
|
|
6
|
+
https://docs.slack.dev/ai/slack-mcp-server/ (endpoint: `https://mcp.slack.com/mcp`).
|
|
7
|
+
Existing installations may continue to work, but no further feature development
|
|
8
|
+
will occur in this repository.
|
|
9
|
+
|
|
1
10
|
## [0.1.3] - 2026-06-25
|
|
2
11
|
|
|
3
12
|
### Changed
|
data/README.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/ask-slack)
|
|
4
4
|
|
|
5
|
+
> **DEPRECATED:** The `ask-slack` gem is deprecated in favor of Slack's
|
|
6
|
+
> [official MCP server](https://docs.slack.dev/ai/slack-mcp-server/)
|
|
7
|
+
> (endpoint: `https://mcp.slack.com/mcp`). Existing installations may continue
|
|
8
|
+
> to work, but this repository will receive no further feature development.
|
|
9
|
+
> For setup and capabilities, use the
|
|
10
|
+
> [official MCP source](https://docs.slack.dev/ai/slack-mcp-server/).
|
|
11
|
+
|
|
5
12
|
Slack service context for AI agents in the ask-rb ecosystem. It provides an
|
|
6
13
|
authenticated Slack Web API client built on slack-ruby-client, metadata
|
|
7
14
|
constants for system prompts, and a structured error guide for common Slack
|
data/lib/ask/slack/version.rb
CHANGED