Skip to content
Merged
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.7.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 32
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-242450ea46eb8c3e843fd6c4bf87e73192b5f62f6da697cd091d13c6aa7a991b.yml
openapi_spec_hash: c1c561976de1abcacede71fd5ab9b3d9
config_hash: 70e7e80b5e87f94981bee396c6cd41e8
configured_endpoints: 37
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-960cb623c7ec84bf4dc0f5945cbc19eec9cca48271071f400d96066eaa55dbd6.yml
openapi_spec_hash: 84fd39e3f4dc964bf0c32d4e95da1b34
config_hash: 2bea1743c84d63bd61f8501a6ea63065
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.7.0 (2026-07-31)

Full Changelog: [v2.6.0...v2.7.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v2.6.0...v2.7.0)

### Features

* **api:** api update ([47d8000](https://github.com/context-dot-dev/context-typescript-sdk/commit/47d80006d38f7ef8773c0c62fccd73ed11342453))
* **api:** api update ([5fa7a85](https://github.com/context-dot-dev/context-typescript-sdk/commit/5fa7a85eb0033571484c3badfada513d948736e4))
* **api:** api update ([df82d37](https://github.com/context-dot-dev/context-typescript-sdk/commit/df82d37a48db2f31a5a134349dee53a74e3ac2c1))
* **api:** api update ([d8cc126](https://github.com/context-dot-dev/context-typescript-sdk/commit/d8cc126ae50c1922706ade5c598a63fef97077ef))
* **api:** api update ([54940ea](https://github.com/context-dot-dev/context-typescript-sdk/commit/54940ea4237cf68a517cff23b36b3a4dd0c56283))
* **api:** api update ([09c34c9](https://github.com/context-dot-dev/context-typescript-sdk/commit/09c34c9d22462550b52a3468818b28848a291cf9))
* **api:** api update ([dc895a6](https://github.com/context-dot-dev/context-typescript-sdk/commit/dc895a6f73ace40d48d008ba447d80d1283061aa))
* **api:** manual updates ([7ececf2](https://github.com/context-dot-dev/context-typescript-sdk/commit/7ececf23429c46cebf13d4c1edfb93312426fd4c))

## 2.6.0 (2026-07-22)

Full Changelog: [v2.5.0...v2.6.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v2.5.0...v2.6.0)
Expand Down
20 changes: 20 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,23 @@ Methods:
- <code title="get /monitors/{monitor_id}/runs">client.monitors.<a href="./src/resources/monitors.ts">listRuns</a>(monitorID, { ...params }) -> MonitorListRunsResponse</code>
- <code title="get /monitors/changes/{change_id}">client.monitors.<a href="./src/resources/monitors.ts">retrieveChange</a>(changeID) -> MonitorRetrieveChangeResponse</code>
- <code title="post /monitors/{monitor_id}/run">client.monitors.<a href="./src/resources/monitors.ts">run</a>(monitorID) -> MonitorRunResponse</code>

# Batch

Types:

- <code><a href="./src/resources/batch.ts">ErrorCount</a></code>
- <code><a href="./src/resources/batch.ts">Error</a></code>
- <code><a href="./src/resources/batch.ts">BatchRetrieveResponse</a></code>
- <code><a href="./src/resources/batch.ts">BatchListResponse</a></code>
- <code><a href="./src/resources/batch.ts">BatchCancelResponse</a></code>
- <code><a href="./src/resources/batch.ts">BatchGetResultsResponse</a></code>
- <code><a href="./src/resources/batch.ts">BatchSubmitResponse</a></code>

Methods:

- <code title="get /batch/{batch_id}">client.batch.<a href="./src/resources/batch.ts">retrieve</a>(batchID) -> BatchRetrieveResponse</code>
- <code title="get /batch/list">client.batch.<a href="./src/resources/batch.ts">list</a>({ ...params }) -> BatchListResponse</code>
- <code title="post /batch/{batch_id}/cancel">client.batch.<a href="./src/resources/batch.ts">cancel</a>(batchID) -> BatchCancelResponse</code>
- <code title="get /batch/{batch_id}/results">client.batch.<a href="./src/resources/batch.ts">getResults</a>(batchID, { ...params }) -> BatchGetResultsResponse</code>
- <code title="post /people/retrieve">client.batch.<a href="./src/resources/batch.ts">submit</a>({ ...params }) -> BatchSubmitResponse</code>
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": "2.6.0",
"version": "2.7.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": "2.6.0",
"version": "2.7.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": "2.6.0",
"version": "2.7.0",
"description": "The official MCP Server for the Context Dev API",
"author": "Context Dev <hello@context.dev>",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/mcp-server/src/code-tool-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ const fuse = new Fuse(
'client.monitors.retrieveChange',
'client.monitors.run',
'client.monitors.update',
'client.batch.cancel',
'client.batch.getResults',
'client.batch.list',
'client.batch.retrieve',
'client.batch.submit',
],
{ threshold: 1, shouldSort: true },
);
Expand Down
Loading
Loading