ask-notion 0.1.4 → 0.1.5
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 +5 -0
- data/README.md +5 -0
- data/lib/ask/notion/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: 6c2e1cd84636b9920e9ad7cfd3b26acd7f63ea24ff6d5bd30c6a4bbf34a09063
|
|
4
|
+
data.tar.gz: f16aa7742ceba73bfefb726fecb9b8185ae8e34297d56064fbb5f16af8423b4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba72692ee407e278d725b6d86c1749a67068c66a5d71c4e94fdf0d93f18c70381c541bc088c5ea807c833864b102f3b97c52b48989a0b95996f7d539dd9c27bf
|
|
7
|
+
data.tar.gz: 3d0a0fe207473ac65c6eca4b224b3cecf01a1116a840115cf8c45cdbcb40a0da9fe706a16814c52d24a1792e4750e1b9a37408407b11b7472ce14aea8168c61a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/ask-notion)
|
|
4
4
|
|
|
5
|
+
> **⚠️ DEPRECATED:** This gem is deprecated. Use Notion's official MCP server
|
|
6
|
+
> instead: <https://www.notion.com/help/notion-mcp>. Existing installations of
|
|
7
|
+
> this gem may continue to work, but this repository will receive no further
|
|
8
|
+
> feature development. See the official MCP page for setup and capabilities.
|
|
9
|
+
|
|
5
10
|
Notion service context for AI agents in the ask-rb ecosystem. It provides an
|
|
6
11
|
authenticated Notion API client built on notion-ruby-client, metadata
|
|
7
12
|
constants for system prompts, and a structured error guide for common Notion
|
data/lib/ask/notion/version.rb
CHANGED