You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Changelog: [v0.0.1...v1.0.0](https://github.com/stainless-api/dbahn-stations-typescript/compare/v0.0.1...v1.0.0)
6
+
7
+
### Features
8
+
9
+
***mcp:** add typescript check to code execution tool ([eff235b](https://github.com/stainless-api/dbahn-stations-typescript/commit/eff235b644c69ca3f28dec4d47b142188c6f1642))
10
+
***mcp:** handle code mode calls in the Stainless API ([d892d76](https://github.com/stainless-api/dbahn-stations-typescript/commit/d892d7609e3fd1f0a5b94229395a2aeaabf372f6))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***mcp:** correct code tool API endpoint ([3995f04](https://github.com/stainless-api/dbahn-stations-typescript/commit/3995f04594ea100bb3a3161b8ecb88a004d87cc1))
16
+
***mcp:** return correct lines on typescript errors ([3dfff0a](https://github.com/stainless-api/dbahn-stations-typescript/commit/3dfff0a91b64fa8835eabc7e37fc89a28c59da24))
17
+
18
+
19
+
### Chores
20
+
21
+
* configure new SDK language ([63460e8](https://github.com/stainless-api/dbahn-stations-typescript/commit/63460e81f47218742406a42195bea4083eff713b))
22
+
***internal:** codegen related update ([a9a23ed](https://github.com/stainless-api/dbahn-stations-typescript/commit/a9a23edd001ad74d76e181d207c073770b484947))
23
+
***internal:** codegen related update ([7a093ef](https://github.com/stainless-api/dbahn-stations-typescript/commit/7a093ef2a26b0593684fd477c8f4c02f1a15f3b0))
24
+
***internal:** configure MCP Server hosting ([005cd72](https://github.com/stainless-api/dbahn-stations-typescript/commit/005cd72e94fee7114297a5da4841271474e038e5))
25
+
***internal:** configure pnpm minimumReleaseAge to 1 day ([62740a2](https://github.com/stainless-api/dbahn-stations-typescript/commit/62740a2d74a9e25ff27a7c8175ccfa90fab5bda1))
* use latest @modelcontextprotocol/sdk ([9f606ca](https://github.com/stainless-api/dbahn-stations-typescript/commit/9f606ca09313d0ad58f3868e80a1609fb45206a4))
@@ -91,3 +91,17 @@ To format and fix all lint issues automatically:
91
91
```sh
92
92
$ pnpm fix
93
93
```
94
+
95
+
## Publishing and releases
96
+
97
+
Changes made to this repository via the automated release PR pipeline should publish to npm automatically. If
98
+
the changes aren't made through the automated pipeline, you may want to make releases manually.
99
+
100
+
### Publish with a GitHub workflow
101
+
102
+
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/stainless-api/dbahn-stations-typescript/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
103
+
104
+
### Publish manually
105
+
106
+
If you need to manually release a package, you can run the `bin/publish-npm` script with an `NPM_TOKEN` set on
> Once this package is [published to npm](https://www.stainless.com/docs/guides/publish), this will become: `npm install dbahn-stations`
19
-
20
17
## Usage
21
18
22
19
The full API of this library can be found in [api.md](api.md).
@@ -337,7 +334,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
337
334
338
335
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
339
336
340
-
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/dbahn-stations-typescript/issues) with questions, bugs, or suggestions.
337
+
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-api/dbahn-stations-typescript/issues) with questions, bugs, or suggestions.
"DBAHN_STATIONS_CLIENT_SECRET": "My Client Secret"
@@ -55,6 +36,29 @@ For clients with a configuration JSON, it might look something like this:
55
36
}
56
37
```
57
38
39
+
### Cursor
40
+
41
+
If you use Cursor, you can install the MCP server by using the button below. You will need to set your environment variables
42
+
in Cursor's `mcp.json`, which can be found in Cursor Settings > Tools & MCP > New MCP Server.
43
+
44
+
[](https://cursor.com/en-US/install-mcp?name=dbahn-stations-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImRiYWhuLXN0YXRpb25zLW1jcCJdLCJlbnYiOnsiREJBSE5fU1RBVElPTlNfQ0xJRU5UX0lEIjoiU2V0IHlvdXIgREJBSE5fU1RBVElPTlNfQ0xJRU5UX0lEIGhlcmUuIiwiREJBSE5fU1RBVElPTlNfQ0xJRU5UX1NFQ1JFVCI6IlNldCB5b3VyIERCQUhOX1NUQVRJT05TX0NMSUVOVF9TRUNSRVQgaGVyZS4ifX0)
45
+
46
+
### VS Code
47
+
48
+
If you use MCP, you can install the MCP server by clicking the link below. You will need to set your environment variables
49
+
in VS Code's `mcp.json`, which can be found via Command Palette > MCP: Open User Configuration.
50
+
51
+
[Open VS Code](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22dbahn-stations-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dbahn-stations-mcp%22%5D%2C%22env%22%3A%7B%22DBAHN_STATIONS_CLIENT_ID%22%3A%22Set%20your%20DBAHN_STATIONS_CLIENT_ID%20here.%22%2C%22DBAHN_STATIONS_CLIENT_SECRET%22%3A%22Set%20your%20DBAHN_STATIONS_CLIENT_SECRET%20here.%22%7D%7D)
52
+
53
+
### Claude Code
54
+
55
+
If you use Claude Code, you can install the MCP server by running the command below in your terminal. You will need to set your
56
+
environment variables in Claude Code's `.claude.json`, which can be found in your home directory.
0 commit comments