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.36.0"
".": "1.37.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 25
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-ccc3d15a43be0505cabc52b9bd35e75ebdf072246b1563eab29e644bfc21e766.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-3024c2681b0acf12535d68f39c1b49113330548513a54b276116cd3f2eda182e.yml
openapi_spec_hash: ab3a6473e575381cacd245bf54dcf0f7
config_hash: eebf67a9c2ccfe2641980c154d7a698e
config_hash: b0f343b2ab3baebad7b0d6d51f0f16fc
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.37.0 (2026-06-21)

Full Changelog: [v1.36.0...v1.37.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.36.0...v1.37.0)

### Features

* **api:** manual updates ([4c3e7cf](https://github.com/context-dot-dev/context-typescript-sdk/commit/4c3e7cf4dc424708ca78edbb0074adb64cbe3d9b))


### Chores

* configure new SDK language ([8471c51](https://github.com/context-dot-dev/context-typescript-sdk/commit/8471c519a3af4aba36d15898ce25a89f3165eab0))
* update SDK settings ([57dccc4](https://github.com/context-dot-dev/context-typescript-sdk/commit/57dccc452bd5416cdef5314d0bc15a04c1e397f7))

## 1.36.0 (2026-06-19)

Full Changelog: [v1.35.0...v1.36.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.35.0...v1.36.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": "context.dev",
"version": "1.36.0",
"version": "1.37.0",
"description": "The official TypeScript library for the Context Dev API",
"author": "Context Dev <hello@context.dev>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "context.dev-mcp",
"version": "1.36.0",
"version": "1.37.0",
"description": "The official MCP Server for the Context Dev API",
"author": {
"name": "Context Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context.dev-mcp",
"version": "1.36.0",
"version": "1.37.0",
"description": "The official MCP Server for the Context Dev API",
"author": "Context Dev <hello@context.dev>",
"types": "dist/index.d.ts",
Expand Down
130 changes: 130 additions & 0 deletions packages/mcp-server/src/local-docs-search.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/mcp-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const newMcpServer = async ({
new McpServer(
{
name: 'context_dev_api',
version: '1.36.0',
version: '1.37.0',
},
{
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.36.0'; // x-release-please-version
export const VERSION = '1.37.0'; // x-release-please-version
Loading