Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.2.0 (2025-12-06)

Full Changelog: [v1.1.0...v1.2.0](https://github.com/landing-ai/ade-typescript/compare/v1.1.0...v1.2.0)

### Features

* **mcp:** add typescript check to code execution tool ([244ca17](https://github.com/landing-ai/ade-typescript/commit/244ca1708bd4ca43b1c1c871dd8d980751225f7a))
* **mcp:** handle code mode calls in the Stainless API ([8363063](https://github.com/landing-ai/ade-typescript/commit/8363063335fbe9cff96574c3fdb697f2eb551c13))


### Bug Fixes

* **mcp:** return correct lines on typescript errors ([8277fdd](https://github.com/landing-ai/ade-typescript/commit/8277fdd48ea5c9c502d3c86f377d7796cd68b97d))


### Chores

* **internal:** codegen related update ([a4a8cde](https://github.com/landing-ai/ade-typescript/commit/a4a8cde7bfd7a9f81ed6219e450ecf85e85f3a76))
* use latest @modelcontextprotocol/sdk ([200e224](https://github.com/landing-ai/ade-typescript/commit/200e224dc4ff83dcbed4e115fca02dfeb73c7f00))

## 1.1.0 (2025-12-04)

Full Changelog: [v1.0.2...v1.1.0](https://github.com/landing-ai/ade-typescript/compare/v1.0.2...v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landingai-ade",
"version": "1.1.0",
"version": "1.2.0",
"description": "The official TypeScript library for the LandingAI ADE API",
"author": "LandingAI ADE <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landingai-ade-mcp",
"version": "1.1.0",
"version": "1.2.0",
"description": "The official MCP Server for the LandingAI ADE API",
"author": "LandingAI ADE <[email protected]>",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"landingai-ade": "file:../../dist/",
"@cloudflare/cabidela": "^0.2.4",
"@modelcontextprotocol/sdk": "^1.11.5",
"@modelcontextprotocol/sdk": "^1.24.0",
"@valtown/deno-http-worker": "^0.0.21",
"cors": "^2.8.5",
"express": "^5.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/mcp-server/src/code-tool-paths.cts

This file was deleted.

206 changes: 0 additions & 206 deletions packages/mcp-server/src/code-tool-worker.ts

This file was deleted.

Loading