ask-anychat-mcp 0.1.2 → 0.1.3
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 +14 -0
- data/lib/ask/anychat/mcp/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: 6cf6958b5eed0908cac43ec76af75571c33b871b1e4ffa3afb99356d16143012
|
|
4
|
+
data.tar.gz: 3628437ee87c0ab8ea914ba872d7d0128457d3ce966382eac4b2e08a533abb94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1026b9516818cf7fc7c53462d14838d116a28ee891d82f76446f2fe9ad8c81e872929486e9227487e19b39195a770894049b07d488d12412576c5024bee8aba1
|
|
7
|
+
data.tar.gz: 2fce346e1848cba79da04c164935cabd2664ecb48f07be3a3decd72b1da3dd2c9f0e9bbaf8c5e73221584a429b26c88fa91801a6c06759f7e199e5a24ae012ce
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [0.1.2] - 2026-09-17
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
- Require ask-anychat `>= 0.1.0` — the client this server is built on is
|
|
6
|
+
released now, so the dependency is on the release rather than on a checkout.
|
|
7
|
+
|
|
8
|
+
## [0.1.1] - 2026-09-17
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Require ask-mcp `>= 0.5.0`, the release that serves MCP over the stateless
|
|
13
|
+
Streamable HTTP transport.
|
|
14
|
+
|
|
1
15
|
## [0.1.0] - 2026-09-17
|
|
2
16
|
|
|
3
17
|
### Added
|