[PR #39] release: 1.5.1 #39

Open
opened 2026-02-16 04:16:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-ts/pull/39
Author: @stainless-app[bot]
Created: 2/12/2026
Status: 🔄 Open

Base: mainHead: release-please--branches--main--changes--next--components--llama-cloud


📝 Commits (4)

  • 3fc5af1 chore(internal): avoid type checking errors with ts-reset
  • 7175015 chore(mcp): forward STAINLESS_API_KEY to docs search endpoint
  • 035b784 chore(internal): improve layout of generated MCP server files
  • 6af43c7 release: 1.5.1

📊 Changes

14 files changed (+57 additions, -37 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 CHANGELOG.md (+10 -0)
📝 package.json (+1 -1)
📝 packages/mcp-server/package.json (+1 -1)
📝 packages/mcp-server/src/auth.ts (+0 -0)
📝 packages/mcp-server/src/code-tool.ts (+1 -1)
📝 packages/mcp-server/src/docs-search-tool.ts (+7 -1)
📝 packages/mcp-server/src/http.ts (+3 -2)
📝 packages/mcp-server/src/methods.ts (+2 -0)
📝 packages/mcp-server/src/options.ts (+2 -0)
📝 packages/mcp-server/src/server.ts (+2 -28)
packages/mcp-server/src/util.ts (+25 -0)
📝 src/client.ts (+1 -1)
📝 src/version.ts (+1 -1)

📄 Description

Automated Release PR

1.5.1 (2026-02-14)

Full Changelog: v1.5.0...v1.5.1

Chores

  • internal: avoid type checking errors with ts-reset (3fc5af1)
  • internal: improve layout of generated MCP server files (035b784)
  • mcp: forward STAINLESS_API_KEY to docs search endpoint (7175015)

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/run-llama/llama-cloud-ts/pull/39 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 2/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `release-please--branches--main--changes--next--components--llama-cloud` --- ### 📝 Commits (4) - [`3fc5af1`](https://github.com/run-llama/llama-cloud-ts/commit/3fc5af110ae4887f9c38c7551752dbf98abf7375) chore(internal): avoid type checking errors with ts-reset - [`7175015`](https://github.com/run-llama/llama-cloud-ts/commit/71750155dd5117c547c92ca98319d9da03994c98) chore(mcp): forward STAINLESS_API_KEY to docs search endpoint - [`035b784`](https://github.com/run-llama/llama-cloud-ts/commit/035b7849f1a17f8faa06e95362d9a74a42d1af9e) chore(internal): improve layout of generated MCP server files - [`6af43c7`](https://github.com/run-llama/llama-cloud-ts/commit/6af43c7a7bde4cfb56a2db1ab70fb5d639509bc3) release: 1.5.1 ### 📊 Changes **14 files changed** (+57 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `CHANGELOG.md` (+10 -0) 📝 `package.json` (+1 -1) 📝 `packages/mcp-server/package.json` (+1 -1) 📝 `packages/mcp-server/src/auth.ts` (+0 -0) 📝 `packages/mcp-server/src/code-tool.ts` (+1 -1) 📝 `packages/mcp-server/src/docs-search-tool.ts` (+7 -1) 📝 `packages/mcp-server/src/http.ts` (+3 -2) 📝 `packages/mcp-server/src/methods.ts` (+2 -0) 📝 `packages/mcp-server/src/options.ts` (+2 -0) 📝 `packages/mcp-server/src/server.ts` (+2 -28) ➕ `packages/mcp-server/src/util.ts` (+25 -0) 📝 `src/client.ts` (+1 -1) 📝 `src/version.ts` (+1 -1) </details> ### 📄 Description Automated Release PR --- ## 1.5.1 (2026-02-14) Full Changelog: [v1.5.0...v1.5.1](https://github.com/run-llama/llama-cloud-ts/compare/v1.5.0...v1.5.1) ### Chores * **internal:** avoid type checking errors with ts-reset ([3fc5af1](https://github.com/run-llama/llama-cloud-ts/commit/3fc5af110ae4887f9c38c7551752dbf98abf7375)) * **internal:** improve layout of generated MCP server files ([035b784](https://github.com/run-llama/llama-cloud-ts/commit/035b7849f1a17f8faa06e95362d9a74a42d1af9e)) * **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([7175015](https://github.com/run-llama/llama-cloud-ts/commit/71750155dd5117c547c92ca98319d9da03994c98)) --- 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>
yindo added the pull-request label 2026-02-16 04:16:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-cloud-ts#39