Skip to content

Commit d69096b

Browse files
chore: remove custom code
1 parent 87c9b76 commit d69096b

4 files changed

Lines changed: 4 additions & 34 deletions

File tree

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
# Brand Dev TypeScript API Library
22

3-
4-
# ⚠️ This SDK has been rebranded
5-
6-
**Brand.dev is now Context.dev.** This package is no longer maintained.
7-
8-
Please migrate to the new SDK:
9-
```bash
10-
npm uninstall brand.dev
11-
npm install context.dev
12-
```
13-
14-
The new package is a drop-in replacement — just update your imports:
15-
```diff
16-
- import BrandDev from 'brand.dev';
17-
+ import ContextDev from 'context.dev';
18-
```
19-
20-
📦 **New package:** [contextdev on npm](https://www.npmjs.com/package/context.dev)
21-
📖 **Docs:** [docs.context.dev](https://docs.context.dev)
22-
23-
This package will continue to work but will stop receiving updates or new features at some point. All future development is on `context.dev`.
24-
25-
------
26-
27-
283
[![NPM version](<https://img.shields.io/npm/v/brand.dev.svg?label=npm%20(stable)>)](https://npmjs.org/package/brand.dev) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/brand.dev)
294

30-
315
This library provides convenient access to the Brand Dev REST API from server-side TypeScript or JavaScript.
326

337
The REST API documentation can be found on [docs.context.dev](https://docs.context.dev/). The full API of this library can be found in [api.md](api.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "brand.dev",
33
"version": "0.31.0",
44
"description": "The official TypeScript library for the Brand Dev API",
5-
"author": "Brand Dev <hello@brand.dev>",
5+
"author": "Brand Dev <hello@context.dev>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

packages/mcp-server/manifest.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"entry_point": "index.js",
1919
"mcp_config": {
2020
"command": "node",
21-
"args": [
22-
"${__dirname}/index.js"
23-
],
21+
"args": ["${__dirname}/index.js"],
2422
"env": {
2523
"BRAND_DEV_API_KEY": "${user_config.BRAND_DEV_API_KEY}"
2624
}
@@ -41,7 +39,5 @@
4139
"node": ">=18.0.0"
4240
}
4341
},
44-
"keywords": [
45-
"api"
46-
]
42+
"keywords": ["api"]
4743
}

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "brand.dev-mcp",
33
"version": "0.31.0",
44
"description": "The official MCP Server for the Brand Dev API",
5-
"author": "Brand Dev <hello@brand.dev>",
5+
"author": "Brand Dev <hello@context.dev>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

0 commit comments

Comments
 (0)