spotted 0.30.0 → 0.31.0
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 +13 -0
- data/README.md +11 -2
- data/lib/spotted/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4de6bdda07efb2d2057ed32af72bf84bde334dc94e0ca57eea4d28f90632abf
|
|
4
|
+
data.tar.gz: a94829f3a2f69cf07011d071a2fa0ad436ebf8107215fc68ae097e904f5f7e7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71f00224d52a65c2913e8c87206a5fb3da093326fadcc7bfcf519555d6f7ebe6aacb2134d118ede6759b08030a3fb7b39cd1fdf8109c32f472959ac80f455f24
|
|
7
|
+
data.tar.gz: 7a18b88361373c3a45b2eaac6d6de87ea1c9c27ba79e698d962844855056a56f331e284186cd693c7f4e143018f823f360fbe6bedd0b6abf64f00dd055f84402
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.31.0 (2026-01-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.30.0...v0.31.0](https://github.com/cjavdev/spotted/compare/v0.30.0...v0.31.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** manual updates ([d295b91](https://github.com/cjavdev/spotted/commit/d295b916dd9cd70952b5de5820fced0bbae69e47))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* prominently feature MCP server setup in root SDK readmes ([fb86bcf](https://github.com/cjavdev/spotted/commit/fb86bcf98b50b41efb138c255f61ca923b76fa02))
|
|
15
|
+
|
|
3
16
|
## 0.30.0 (2026-01-05)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.29.1...v0.30.0](https://github.com/cjavdev/spotted/compare/v0.29.1...v0.30.0)
|
data/README.md
CHANGED
|
@@ -4,11 +4,20 @@ The Unofficial Spotify library provides convenient access to the Spotify Web API
|
|
|
4
4
|
|
|
5
5
|
It is generated with [Stainless](https://www.stainless.com/).
|
|
6
6
|
|
|
7
|
+
## MCP Server
|
|
8
|
+
|
|
9
|
+
Use the Spotted MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
10
|
+
|
|
11
|
+
[](https://cursor.com/en-US/install-mcp?name=spotted-ts-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInNwb3R0ZWQtdHMtbWNwIl19)
|
|
12
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22spotted-ts-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22spotted-ts-mcp%22%5D%7D)
|
|
13
|
+
|
|
14
|
+
> Note: You may need to set environment variables in your MCP client.
|
|
15
|
+
|
|
7
16
|
## Documentation
|
|
8
17
|
|
|
9
18
|
Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/spotted).
|
|
10
19
|
|
|
11
|
-
The REST API documentation can be found on [spotted.stldocs.com](https://spotted.stldocs.com).
|
|
20
|
+
The REST API documentation can be found on [spotted.stldocs.com](https://spotted.stldocs.com?docs).
|
|
12
21
|
|
|
13
22
|
## Installation
|
|
14
23
|
|
|
@@ -17,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
17
26
|
<!-- x-release-please-start-version -->
|
|
18
27
|
|
|
19
28
|
```ruby
|
|
20
|
-
gem "spotted", "~> 0.
|
|
29
|
+
gem "spotted", "~> 0.31.0"
|
|
21
30
|
```
|
|
22
31
|
|
|
23
32
|
<!-- x-release-please-end -->
|
data/lib/spotted/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spotted
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Spotted
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|