[PR #26] [MERGED] release: 0.14.0 #30

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

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-ts/pull/26
Author: @stainless-app[bot]
Created: 12/19/2025
Status: Merged
Merged: 12/19/2025
Merged by: @stainless-app[bot]

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


📝 Commits (10+)

  • 8532b38 use odic publishing
  • 6e46b49 fix(publish-npm): set npm registry explicitly for publishing
  • a83b26c try this
  • 2bb0eac Merge branch 'main' into production--main--merge-conflict
  • 21a8832 Merge pull request #1 from stainless-sdks/production--main--merge-conflict
  • 84bd03f Merge remote-tracking branch 'production/main'
  • ff9db86 codegen metadata
  • 1490251 codegen metadata
  • b43576d codegen metadata
  • c3df7a5 codegen metadata

📊 Changes

115 files changed (+96 additions, -9254 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+2 -2)
📝 CHANGELOG.md (+23 -0)
📝 README.md (+5 -2)
📝 bin/publish-npm (+9 -1)
📝 jsr.json (+1 -1)
📝 package.json (+1 -1)
📝 packages/mcp-server/README.md (+13 -359)
📝 packages/mcp-server/package.json (+1 -1)
📝 packages/mcp-server/src/code-tool.ts (+2 -2)
packages/mcp-server/src/compat.ts (+0 -483)
📝 packages/mcp-server/src/docs-search-tool.ts (+1 -1)
packages/mcp-server/src/dynamic-tools.ts (+0 -153)
packages/mcp-server/src/filtering.ts (+0 -18)
📝 packages/mcp-server/src/http.ts (+1 -19)
📝 packages/mcp-server/src/index.ts (+5 -52)
📝 packages/mcp-server/src/options.ts (+5 -386)
📝 packages/mcp-server/src/server.ts (+12 -72)
📝 packages/mcp-server/src/stdio.ts (+2 -3)
packages/mcp-server/src/tools.ts (+0 -1)

...and 80 more files

📄 Description

Automated Release PR

0.14.0 (2025-12-19)

Full Changelog: v0.13.0...v0.14.0

⚠ BREAKING CHANGES

  • mcp: remove deprecated tool schemes
  • mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just node /path/to/mcp/server or npx package-name will invoke code tools: changing your command to one of these is likely all you will need to do.

Features

Bug Fixes

  • publish-npm: set npm registry explicitly for publishing (6e46b49)

Chores

  • mcp: remove deprecated tool schemes (e289832)

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/26 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next--components--spotted-ts` --- ### 📝 Commits (10+) - [`8532b38`](https://github.com/cjavdev/spotted-ts/commit/8532b3812278f352777edeca3006b316fb765303) use odic publishing - [`6e46b49`](https://github.com/cjavdev/spotted-ts/commit/6e46b49306efed2e43f8332bd8a39558f9e2c9a5) fix(publish-npm): set npm registry explicitly for publishing - [`a83b26c`](https://github.com/cjavdev/spotted-ts/commit/a83b26c38fc7a49b1a9e6ea3d863cd30609906f1) try this - [`2bb0eac`](https://github.com/cjavdev/spotted-ts/commit/2bb0eacc74c13459dbff5e228f94a10b366a68fd) Merge branch 'main' into production--main--merge-conflict - [`21a8832`](https://github.com/cjavdev/spotted-ts/commit/21a8832687eef22b6ce862630236aafb0ceac6ca) Merge pull request #1 from stainless-sdks/production--main--merge-conflict - [`84bd03f`](https://github.com/cjavdev/spotted-ts/commit/84bd03fe793d5458003f1f22a48e0acc9b1cbec4) Merge remote-tracking branch 'production/main' - [`ff9db86`](https://github.com/cjavdev/spotted-ts/commit/ff9db86a91ec0ee463ee0df8bd66db7e42272d18) codegen metadata - [`1490251`](https://github.com/cjavdev/spotted-ts/commit/1490251ff6b62da1c045c4fe81be38a1b9f729b4) codegen metadata - [`b43576d`](https://github.com/cjavdev/spotted-ts/commit/b43576d64d3378f0844b13ba2e220d1163940db1) codegen metadata - [`c3df7a5`](https://github.com/cjavdev/spotted-ts/commit/c3df7a51155a17c5abbbbc4c52a7f41d51b02140) codegen metadata ### 📊 Changes **115 files changed** (+96 additions, -9254 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+2 -2) 📝 `CHANGELOG.md` (+23 -0) 📝 `README.md` (+5 -2) 📝 `bin/publish-npm` (+9 -1) 📝 `jsr.json` (+1 -1) 📝 `package.json` (+1 -1) 📝 `packages/mcp-server/README.md` (+13 -359) 📝 `packages/mcp-server/package.json` (+1 -1) 📝 `packages/mcp-server/src/code-tool.ts` (+2 -2) ➖ `packages/mcp-server/src/compat.ts` (+0 -483) 📝 `packages/mcp-server/src/docs-search-tool.ts` (+1 -1) ➖ `packages/mcp-server/src/dynamic-tools.ts` (+0 -153) ➖ `packages/mcp-server/src/filtering.ts` (+0 -18) 📝 `packages/mcp-server/src/http.ts` (+1 -19) 📝 `packages/mcp-server/src/index.ts` (+5 -52) 📝 `packages/mcp-server/src/options.ts` (+5 -386) 📝 `packages/mcp-server/src/server.ts` (+12 -72) 📝 `packages/mcp-server/src/stdio.ts` (+2 -3) ➖ `packages/mcp-server/src/tools.ts` (+0 -1) _...and 80 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.14.0 (2025-12-19) Full Changelog: [v0.13.0...v0.14.0](https://github.com/cjavdev/spotted-ts/compare/v0.13.0...v0.14.0) ### ⚠ BREAKING CHANGES * **mcp:** remove deprecated tool schemes * **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do. ### Features * **api:** manual updates ([f3e043d](https://github.com/cjavdev/spotted-ts/commit/f3e043d7aa031d80788ce0e88ed61891e99e1011)) ### Bug Fixes * **publish-npm:** set npm registry explicitly for publishing ([6e46b49](https://github.com/cjavdev/spotted-ts/commit/6e46b49306efed2e43f8332bd8a39558f9e2c9a5)) ### Chores * **mcp:** remove deprecated tool schemes ([e289832](https://github.com/cjavdev/spotted-ts/commit/e289832afd694b242ee97d127841646ce0443f9f)) --- 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 2026-02-27 19:14:42 +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#30
No description provided.