[PR #3] [MERGED] release: 0.2.1 #1

Closed
opened 2026-02-27 19:14:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-ts/pull/3
Author: @stainless-app[bot]
Created: 11/10/2025
Status: Merged
Merged: 11/18/2025
Merged by: @cjavdev

Base: mainHead: release-please--branches--main--changes--next--components--spotted-ts


📝 Commits (10+)

📊 Changes

103 files changed (+1181 additions, -811 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+2 -2)
📝 CHANGELOG.md (+33 -0)
📝 README.md (+31 -0)
📝 api.md (+21 -21)
📝 package.json (+1 -1)
📝 packages/mcp-server/README.md (+27 -16)
📝 packages/mcp-server/manifest.json (+10 -3)
📝 packages/mcp-server/package.json (+2 -2)
📝 packages/mcp-server/src/code-tool-worker.ts (+10 -10)
📝 packages/mcp-server/src/code-tool.ts (+1 -0)
📝 packages/mcp-server/src/filtering.ts (+4 -0)
📝 packages/mcp-server/src/headers.ts (+18 -1)
📝 packages/mcp-server/src/http.ts (+2 -2)
📝 packages/mcp-server/src/server.ts (+1 -1)
📝 packages/mcp-server/src/tools/albums/list-tracks-albums.ts (+11 -4)
packages/mcp-server/src/tools/artists/bulk-retrieve-artists.ts (+57 -0)
📝 packages/mcp-server/src/tools/artists/list-albums-artists.ts (+11 -4)
packages/mcp-server/src/tools/artists/list-artists.ts (+0 -50)
📝 packages/mcp-server/src/tools/artists/list-related-artists-artists.ts (+10 -3)

...and 80 more files

📄 Description

Automated Release PR

0.2.1 (2025-11-18)

Full Changelog: v0.1.0...v0.2.1

Features

Bug Fixes

  • mcp: return tool execution error on jq failure (d2949ba)

Chores

  • mcp: clarify http auth error (d712c39)
  • mcp: upgrade jq-web (e0779f2)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cjavdev/spotted-ts/pull/3 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@cjavdev](https://github.com/cjavdev) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next--components--spotted-ts` --- ### 📝 Commits (10+) - [`d7e727b`](https://github.com/cjavdev/spotted-ts/commit/d7e727b8c36db75feaba90a5b253664aeef88a4b) feat(api): manual updates - [`e7a7866`](https://github.com/cjavdev/spotted-ts/commit/e7a7866c89e2f29d1159d99707b0a42ff67b91de) codegen metadata - [`38dc01e`](https://github.com/cjavdev/spotted-ts/commit/38dc01ecc1268c6d4c35f79bfd1d31644fc5bffc) feat(api): manual updates - [`14253d0`](https://github.com/cjavdev/spotted-ts/commit/14253d0516fe121fd0458884bcc13dfab5e08a1a) feat(api): manual updates - [`0a8b358`](https://github.com/cjavdev/spotted-ts/commit/0a8b35879060256e0f586b2758209e54c4405e33) codegen metadata - [`bae39a7`](https://github.com/cjavdev/spotted-ts/commit/bae39a7769aafc26432d1f539cdf90b8c645c322) codegen metadata - [`509e286`](https://github.com/cjavdev/spotted-ts/commit/509e28612d490ec5c5816860f054fd50c77565f8) feat(api): manual updates - [`60575a0`](https://github.com/cjavdev/spotted-ts/commit/60575a05854f8189fca754352887e1478f875c58) feat(api): manual updates - [`59bd362`](https://github.com/cjavdev/spotted-ts/commit/59bd36288c0700dea4c8d9002b16b8b5ac9629e2) feat(api): manual updates - [`e48f014`](https://github.com/cjavdev/spotted-ts/commit/e48f0141b33e70746d50b86a028315b4a1cfe2e1) codegen metadata ### 📊 Changes **103 files changed** (+1181 additions, -811 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+2 -2) 📝 `CHANGELOG.md` (+33 -0) 📝 `README.md` (+31 -0) 📝 `api.md` (+21 -21) 📝 `package.json` (+1 -1) 📝 `packages/mcp-server/README.md` (+27 -16) 📝 `packages/mcp-server/manifest.json` (+10 -3) 📝 `packages/mcp-server/package.json` (+2 -2) 📝 `packages/mcp-server/src/code-tool-worker.ts` (+10 -10) 📝 `packages/mcp-server/src/code-tool.ts` (+1 -0) 📝 `packages/mcp-server/src/filtering.ts` (+4 -0) 📝 `packages/mcp-server/src/headers.ts` (+18 -1) 📝 `packages/mcp-server/src/http.ts` (+2 -2) 📝 `packages/mcp-server/src/server.ts` (+1 -1) 📝 `packages/mcp-server/src/tools/albums/list-tracks-albums.ts` (+11 -4) ➕ `packages/mcp-server/src/tools/artists/bulk-retrieve-artists.ts` (+57 -0) 📝 `packages/mcp-server/src/tools/artists/list-albums-artists.ts` (+11 -4) ➖ `packages/mcp-server/src/tools/artists/list-artists.ts` (+0 -50) 📝 `packages/mcp-server/src/tools/artists/list-related-artists-artists.ts` (+10 -3) _...and 80 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.2.1 (2025-11-18) Full Changelog: [v0.1.0...v0.2.1](https://github.com/cjavdev/spotted-ts/compare/v0.1.0...v0.2.1) ### Features * **api:** add mode constants ([d5397d7](https://github.com/cjavdev/spotted-ts/commit/d5397d77e8d4ea90df6f31409f7cb941ffbf5c9b)) * **api:** manual updates ([736bf9e](https://github.com/cjavdev/spotted-ts/commit/736bf9e8d3c390592d541476e6eda2e3fda45068)) * **api:** manual updates ([57223b2](https://github.com/cjavdev/spotted-ts/commit/57223b26c5593cf79b6a8f2c18b23bd9b9e9879c)) * **api:** manual updates ([edb39df](https://github.com/cjavdev/spotted-ts/commit/edb39dfdbbf84cad59c5f8b16f5d35bbbea108fd)) * **api:** manual updates ([4a66e3d](https://github.com/cjavdev/spotted-ts/commit/4a66e3d07575eca73ba093033a370b037f23f512)) * **api:** manual updates ([7be7d20](https://github.com/cjavdev/spotted-ts/commit/7be7d20f0eea32db29a069a545c90a561da28d46)) * **api:** manual updates ([11058c3](https://github.com/cjavdev/spotted-ts/commit/11058c3618718c727f14ad8e1c3098dd8ff92158)) * **api:** manual updates ([b475c9a](https://github.com/cjavdev/spotted-ts/commit/b475c9a2396e1b299e73ed5cbfdcb28d69655ec9)) * **api:** manual updates ([4acacab](https://github.com/cjavdev/spotted-ts/commit/4acacab8532531ff267bb531dda97cf57c009479)) * **api:** manual updates ([59bd362](https://github.com/cjavdev/spotted-ts/commit/59bd36288c0700dea4c8d9002b16b8b5ac9629e2)) * **api:** manual updates ([60575a0](https://github.com/cjavdev/spotted-ts/commit/60575a05854f8189fca754352887e1478f875c58)) * **api:** manual updates ([509e286](https://github.com/cjavdev/spotted-ts/commit/509e28612d490ec5c5816860f054fd50c77565f8)) * **api:** manual updates ([14253d0](https://github.com/cjavdev/spotted-ts/commit/14253d0516fe121fd0458884bcc13dfab5e08a1a)) * **api:** manual updates ([38dc01e](https://github.com/cjavdev/spotted-ts/commit/38dc01ecc1268c6d4c35f79bfd1d31644fc5bffc)) * **api:** manual updates ([d7e727b](https://github.com/cjavdev/spotted-ts/commit/d7e727b8c36db75feaba90a5b253664aeef88a4b)) ### Bug Fixes * **mcp:** return tool execution error on jq failure ([d2949ba](https://github.com/cjavdev/spotted-ts/commit/d2949ba11d9816649ae784237f6bc7c096572dd7)) ### Chores * **mcp:** clarify http auth error ([d712c39](https://github.com/cjavdev/spotted-ts/commit/d712c3904a06572caecc2ff5de80dc667510694d)) * **mcp:** upgrade jq-web ([e0779f2](https://github.com/cjavdev/spotted-ts/commit/e0779f2186faa20509478b79202930b9822f947b)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-27 19:14:35 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotted-ts#1
No description provided.