graphor 0.15.1 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -234
- package/README.md +162 -209
- package/client.d.mts.map +1 -1
- package/client.d.ts.map +1 -1
- package/client.js +2 -25
- package/client.js.map +1 -1
- package/client.mjs +2 -25
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/sources.d.mts +6 -0
- package/resources/sources.d.mts.map +1 -1
- package/resources/sources.d.ts +6 -0
- package/resources/sources.d.ts.map +1 -1
- package/resources/sources.js +2 -0
- package/resources/sources.js.map +1 -1
- package/resources/sources.mjs +2 -0
- package/resources/sources.mjs.map +1 -1
- package/src/client.ts +0 -23
- package/src/resources/sources.ts +7 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,251 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.16.0 (2026-04-02)
|
|
4
4
|
|
|
5
|
-
Full Changelog: [v0.15.
|
|
6
|
-
|
|
7
|
-
### Chores
|
|
8
|
-
|
|
9
|
-
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([281a539](https://github.com/synapseops/graphor-typescript-sdk/commit/281a5396c19b1eb528bd97b565a436b5ff846ca3))
|
|
10
|
-
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([8208752](https://github.com/synapseops/graphor-typescript-sdk/commit/8208752556bdbcdccda991ccad0bc04b4cd352f3))
|
|
11
|
-
* **internal:** update lockfile ([f4c26cb](https://github.com/synapseops/graphor-typescript-sdk/commit/f4c26cb5bc4d572744a84c64027b39ba62c5df91))
|
|
12
|
-
* use proper capitalization for WebSockets ([ecd8cf8](https://github.com/synapseops/graphor-typescript-sdk/commit/ecd8cf8edbf7072c5b6cb2989148cdbcce4c030d))
|
|
13
|
-
|
|
14
|
-
## 0.15.0 (2026-03-11)
|
|
15
|
-
|
|
16
|
-
Full Changelog: [v0.14.0...v0.15.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.14.0...v0.15.0)
|
|
5
|
+
Full Changelog: [v0.15.1...v0.16.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.15.1...v0.16.0)
|
|
17
6
|
|
|
18
7
|
### Features
|
|
19
8
|
|
|
20
|
-
* **api:** api update ([
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Chores
|
|
24
|
-
|
|
25
|
-
* **internal:** codegen related update ([fb41503](https://github.com/synapseops/graphor-typescript-sdk/commit/fb41503233e2bf8df7e6cb7e8fe58178f324f7be))
|
|
26
|
-
* **internal:** codegen related update ([1a45fa8](https://github.com/synapseops/graphor-typescript-sdk/commit/1a45fa89d79d777a1d84af20f98986b1d832723b))
|
|
27
|
-
* **internal:** codegen related update ([3f2d394](https://github.com/synapseops/graphor-typescript-sdk/commit/3f2d3947ce3de3cd2170fee8de50a90e9e29ef6c))
|
|
28
|
-
* **internal:** codegen related update ([8680dbc](https://github.com/synapseops/graphor-typescript-sdk/commit/8680dbc3fe464862061ead3bbf6f730199e93afa))
|
|
29
|
-
* **internal:** codegen related update ([d99694f](https://github.com/synapseops/graphor-typescript-sdk/commit/d99694fc02e778daeaa9159ce01a1b87c7e083ee))
|
|
30
|
-
* **internal:** codegen related update ([4b26e3f](https://github.com/synapseops/graphor-typescript-sdk/commit/4b26e3ff6f1379bce88529dc24f21fb8e7856364))
|
|
31
|
-
* **internal:** codegen related update ([bd5fee9](https://github.com/synapseops/graphor-typescript-sdk/commit/bd5fee9d8806e62fe241652b1e87353b23afa86a))
|
|
32
|
-
* **internal:** codegen related update ([0514e0f](https://github.com/synapseops/graphor-typescript-sdk/commit/0514e0ff1bdf3c09f9173ba4e28f641728b02b49))
|
|
33
|
-
* **internal:** codegen related update ([8006270](https://github.com/synapseops/graphor-typescript-sdk/commit/8006270ebd4d67fc8dedad41d9a84f95149059c8))
|
|
34
|
-
* **internal:** codegen related update ([5fa6ed7](https://github.com/synapseops/graphor-typescript-sdk/commit/5fa6ed74224869a2aaade6902e8ff3f9a99e314a))
|
|
35
|
-
* **internal:** codegen related update ([a7654b7](https://github.com/synapseops/graphor-typescript-sdk/commit/a7654b7942b8fd7c9a1c9b578c81e97e78df1b55))
|
|
36
|
-
* **internal:** update dependencies to address dependabot vulnerabilities ([aa0b9f1](https://github.com/synapseops/graphor-typescript-sdk/commit/aa0b9f1b61bd200afe9b3cbee59516f85d03674c))
|
|
37
|
-
|
|
38
|
-
## 0.14.0 (2026-03-08)
|
|
39
|
-
|
|
40
|
-
Full Changelog: [v0.13.0...v0.14.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.13.0...v0.14.0)
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **api:** api update ([79530bb](https://github.com/synapseops/graphor-typescript-sdk/commit/79530bb7d40167582d8223efcf74543e19b46d9b))
|
|
45
|
-
* **api:** api update ([bdb16b8](https://github.com/synapseops/graphor-typescript-sdk/commit/bdb16b89b4fccd7a662443b4725196f9f1042ba3))
|
|
46
|
-
* **api:** manual updates ([1a97076](https://github.com/synapseops/graphor-typescript-sdk/commit/1a97076dc1938e61b1979b0f6c14c39b3655bcde))
|
|
47
|
-
* **api:** manual updates ([5ff7a35](https://github.com/synapseops/graphor-typescript-sdk/commit/5ff7a35f23cf186029622dc9d1f40342592a7972))
|
|
48
|
-
* **api:** manual updates ([7a889c7](https://github.com/synapseops/graphor-typescript-sdk/commit/7a889c7c7d616b87328ddbe8f5a4d51022666f1e))
|
|
49
|
-
* **api:** manual updates ([f5f2308](https://github.com/synapseops/graphor-typescript-sdk/commit/f5f2308b82e8be4e29c7490eb835505419b3c618))
|
|
50
|
-
* **mcp:** add an option to disable code tool ([e94c0ff](https://github.com/synapseops/graphor-typescript-sdk/commit/e94c0ff15bcddf04d9ed695b0d8e252be17848d6))
|
|
9
|
+
* **api:** api update ([3bbead8](https://github.com/synapseops/graphor-typescript-sdk/commit/3bbead839fa8fc9701646c44c5656c48a02cddb6))
|
|
51
10
|
|
|
52
11
|
|
|
53
12
|
### Bug Fixes
|
|
54
13
|
|
|
55
|
-
* **
|
|
56
|
-
* **mcp:**
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Chores
|
|
60
|
-
|
|
61
|
-
* **ci:** skip uploading artifacts on stainless-internal branches ([793e4b8](https://github.com/synapseops/graphor-typescript-sdk/commit/793e4b8c62f5285d32c9f31740d0b00277dbda99))
|
|
62
|
-
* **internal:** codegen related update ([352b490](https://github.com/synapseops/graphor-typescript-sdk/commit/352b490a035cd599359fb9a8fd375c272bd1f4fa))
|
|
63
|
-
* **internal:** codegen related update ([1a22c92](https://github.com/synapseops/graphor-typescript-sdk/commit/1a22c92ac2f4515a8f858ba97ff27710f6731c7d))
|
|
64
|
-
* **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([b4ef17e](https://github.com/synapseops/graphor-typescript-sdk/commit/b4ef17e9c0a7404731f96391133c934980d868f5))
|
|
65
|
-
* **internal:** version bump ([5b2cd41](https://github.com/synapseops/graphor-typescript-sdk/commit/5b2cd418f89f6149cf3107e3863d395feda56e80))
|
|
66
|
-
* **mcp-server:** improve instructions ([bb8ce84](https://github.com/synapseops/graphor-typescript-sdk/commit/bb8ce845d864439df5c8724c35ffb44f81af53d3))
|
|
67
|
-
* **mcp-server:** return access instructions for 404 without API key ([6b897c3](https://github.com/synapseops/graphor-typescript-sdk/commit/6b897c30b19ea6a6c8e9a692739f89206da5edae))
|
|
68
|
-
* update placeholder string ([4f59192](https://github.com/synapseops/graphor-typescript-sdk/commit/4f59192cc36983c724bed3da0561735690391397))
|
|
69
|
-
|
|
70
|
-
## 0.13.0 (2026-03-06)
|
|
71
|
-
|
|
72
|
-
Full Changelog: [v0.12.2...v0.13.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.12.2...v0.13.0)
|
|
73
|
-
|
|
74
|
-
### Features
|
|
75
|
-
|
|
76
|
-
* **api:** api update ([b28ea3a](https://github.com/synapseops/graphor-typescript-sdk/commit/b28ea3a44b51ce9531a8a13cc2bb7b5b10a0bda0))
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* **docs/contributing:** correct pnpm link command ([3a5d8bd](https://github.com/synapseops/graphor-typescript-sdk/commit/3a5d8bd20c3586f5fd08a50693bbdbb9fba7d98e))
|
|
82
|
-
* **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([8b17815](https://github.com/synapseops/graphor-typescript-sdk/commit/8b178159df1d809ba76f68487fbe1e48659452c9))
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Chores
|
|
86
|
-
|
|
87
|
-
* **internal/client:** fix form-urlencoded requests ([3310edf](https://github.com/synapseops/graphor-typescript-sdk/commit/3310edfbdd3e9f9c70b099d6c2565b1377ebe0a6))
|
|
88
|
-
* **internal:** allow setting x-stainless-api-key header on mcp server requests ([b5adbfb](https://github.com/synapseops/graphor-typescript-sdk/commit/b5adbfbd7bf1be3f0c8b7ce4e65f2cf1e8f0e89b))
|
|
89
|
-
* **internal:** cache fetch instruction calls in MCP server ([117ddaa](https://github.com/synapseops/graphor-typescript-sdk/commit/117ddaac88f0cd18f2fac20984670ca292204b86))
|
|
90
|
-
* **internal:** codegen related update ([b4697bf](https://github.com/synapseops/graphor-typescript-sdk/commit/b4697bf2ae457dccd0ba4a71bd7b4d2d92851bb4))
|
|
91
|
-
* **internal:** codegen related update ([16abe1f](https://github.com/synapseops/graphor-typescript-sdk/commit/16abe1fad057b1f1f624afb551f2dd55a0c7e3e8))
|
|
92
|
-
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([331032b](https://github.com/synapseops/graphor-typescript-sdk/commit/331032b7cb9cefa80a6ea1b41be5f0823efe95c2))
|
|
93
|
-
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([87e1ac3](https://github.com/synapseops/graphor-typescript-sdk/commit/87e1ac36843648894835198fdec8b9a85fbe74f7))
|
|
94
|
-
* **internal:** improve layout of generated MCP server files ([300c1f4](https://github.com/synapseops/graphor-typescript-sdk/commit/300c1f497f0334c0b4bab26b92dbfa86f539ef79))
|
|
95
|
-
* **internal:** make MCP code execution location configurable via a flag ([6c9d349](https://github.com/synapseops/graphor-typescript-sdk/commit/6c9d349e363c458e0c04b8a01679bab2d1b712e5))
|
|
96
|
-
* **internal:** move stringifyQuery implementation to internal function ([1a850c9](https://github.com/synapseops/graphor-typescript-sdk/commit/1a850c97236da08ce870eb666484986ca842d8b0))
|
|
97
|
-
* **internal:** remove mock server code ([644bd1f](https://github.com/synapseops/graphor-typescript-sdk/commit/644bd1f56c4af9570c5af4994c5c48cdb84271ee))
|
|
98
|
-
* **internal:** update agents version ([867b145](https://github.com/synapseops/graphor-typescript-sdk/commit/867b14553875fc8c339150dad698d17c1551dd13))
|
|
99
|
-
* **internal:** upgrade @modelcontextprotocol/sdk and hono ([982814b](https://github.com/synapseops/graphor-typescript-sdk/commit/982814b043d6fe92ade4a283febb60e28e2e85a2))
|
|
100
|
-
* **internal:** upgrade pnpm version ([2417ce5](https://github.com/synapseops/graphor-typescript-sdk/commit/2417ce5a71b3a43e483de6121532baf3a71f3649))
|
|
101
|
-
* **internal:** version bump ([61e1675](https://github.com/synapseops/graphor-typescript-sdk/commit/61e167518cdda73f400d2a959c5ef29a0f9265fc))
|
|
102
|
-
* **mcp:** correctly update version in sync with sdk ([ef520aa](https://github.com/synapseops/graphor-typescript-sdk/commit/ef520aa4a03ef0c45aaa7611fe28770bc8f110d7))
|
|
103
|
-
* update mock server docs ([ecd27ed](https://github.com/synapseops/graphor-typescript-sdk/commit/ecd27ed8935b8e62d4ac504e5e9f2dca82471de9))
|
|
104
|
-
|
|
105
|
-
## 0.12.2 (2026-02-26)
|
|
106
|
-
|
|
107
|
-
Full Changelog: [v0.12.1...v0.12.2](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.12.1...v0.12.2)
|
|
108
|
-
|
|
109
|
-
### Chores
|
|
110
|
-
|
|
111
|
-
* **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([ca16262](https://github.com/synapseops/graphor-typescript-sdk/commit/ca1626242aff94b57d7d412fb98373eae8dc3587))
|
|
112
|
-
|
|
113
|
-
## 0.12.1 (2026-02-13)
|
|
14
|
+
* **internal:** gitignore generated `oidc` dir ([6485e2f](https://github.com/synapseops/graphor-typescript-sdk/commit/6485e2f04cfe58e1af41d98c5d39532b93ef1818))
|
|
15
|
+
* **mcp:** bump agents version in cloudflare worker MCP servers ([02452e5](https://github.com/synapseops/graphor-typescript-sdk/commit/02452e5e7f9cb4997dfd1e17442711f8af84b838))
|
|
114
16
|
|
|
115
|
-
Full Changelog: [v0.12.0...v0.12.1](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.12.0...v0.12.1)
|
|
116
17
|
|
|
117
18
|
### Chores
|
|
118
19
|
|
|
119
|
-
* **
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
*
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* **api:** api update ([2f25ed5](https://github.com/synapseops/graphor-typescript-sdk/commit/2f25ed5441e461a888a8aff3edc1a2ff87213914))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Documentation
|
|
136
|
-
|
|
137
|
-
* add parsing to quickstart ([dd969ff](https://github.com/synapseops/graphor-typescript-sdk/commit/dd969ff016775b48cc5e95906080bd5b5aa766af))
|
|
138
|
-
|
|
139
|
-
## 0.11.4 (2026-02-12)
|
|
140
|
-
|
|
141
|
-
Full Changelog: [v0.11.3...v0.11.4](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.11.3...v0.11.4)
|
|
142
|
-
|
|
143
|
-
## 0.11.3 (2026-02-12)
|
|
144
|
-
|
|
145
|
-
Full Changelog: [v0.11.2...v0.11.3](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.11.2...v0.11.3)
|
|
146
|
-
|
|
147
|
-
### Documentation
|
|
148
|
-
|
|
149
|
-
* update readme ([8198643](https://github.com/synapseops/graphor-typescript-sdk/commit/819864354702224467c34468f2c09b1841cd2560))
|
|
150
|
-
|
|
151
|
-
## 0.11.2 (2026-02-12)
|
|
152
|
-
|
|
153
|
-
Full Changelog: [v0.11.1...v0.11.2](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.11.1...v0.11.2)
|
|
154
|
-
|
|
155
|
-
### Documentation
|
|
156
|
-
|
|
157
|
-
* update mpc deeplinks ([e43f6c5](https://github.com/synapseops/graphor-typescript-sdk/commit/e43f6c51565a249e794fb59186fd2b44a8cbd189))
|
|
158
|
-
* update mpc deeplinks ([c11b95d](https://github.com/synapseops/graphor-typescript-sdk/commit/c11b95dc809f566857143728776089d8065b02f7))
|
|
159
|
-
|
|
160
|
-
## 0.11.1 (2026-02-12)
|
|
161
|
-
|
|
162
|
-
Full Changelog: [v0.11.0...v0.11.1](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.11.0...v0.11.1)
|
|
163
|
-
|
|
164
|
-
## 0.11.0 (2026-02-12)
|
|
165
|
-
|
|
166
|
-
Full Changelog: [v0.10.0...v0.11.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.10.0...v0.11.0)
|
|
167
|
-
|
|
168
|
-
### Features
|
|
169
|
-
|
|
170
|
-
* **api:** manual updates ([977e8f6](https://github.com/synapseops/graphor-typescript-sdk/commit/977e8f60ba536ef17fe87e94fbcbc0abcf9bab97))
|
|
171
|
-
* **api:** manual updates ([483f494](https://github.com/synapseops/graphor-typescript-sdk/commit/483f49498552865661b5cc50cd86e0fee31e0ebe))
|
|
172
|
-
* **api:** manual updates ([0336517](https://github.com/synapseops/graphor-typescript-sdk/commit/0336517d9aa58dfd4cb30b621ef3699cbef29a41))
|
|
173
|
-
* **api:** manual updates ([7ddf06e](https://github.com/synapseops/graphor-typescript-sdk/commit/7ddf06ebabed4dee0ac520287409da102fa08a3c))
|
|
174
|
-
* **api:** manual updates ([1fa0791](https://github.com/synapseops/graphor-typescript-sdk/commit/1fa0791baf4177238f464ce04a106005ad1839b9))
|
|
175
|
-
* **api:** manual updates ([4646639](https://github.com/synapseops/graphor-typescript-sdk/commit/4646639ca3ac2490cd3c9dd0b6d4d1d3fc84b38e))
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Chores
|
|
179
|
-
|
|
180
|
-
* **internal:** avoid type checking errors with ts-reset ([533e902](https://github.com/synapseops/graphor-typescript-sdk/commit/533e90257c929b20c0d6e40d8f5de82994ac0eb0))
|
|
181
|
-
|
|
182
|
-
## 0.10.0 (2026-02-11)
|
|
183
|
-
|
|
184
|
-
Full Changelog: [v0.9.1...v0.10.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.9.1...v0.10.0)
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* **api:** api update ([76c2a15](https://github.com/synapseops/graphor-typescript-sdk/commit/76c2a15fd065a38483e5960aea675eca73e86086))
|
|
189
|
-
|
|
190
|
-
## 0.9.1 (2026-02-11)
|
|
191
|
-
|
|
192
|
-
Full Changelog: [v0.9.0...v0.9.1](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.9.0...v0.9.1)
|
|
193
|
-
|
|
194
|
-
## 0.9.0 (2026-02-11)
|
|
195
|
-
|
|
196
|
-
Full Changelog: [v0.8.0...v0.9.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.8.0...v0.9.0)
|
|
197
|
-
|
|
198
|
-
### Features
|
|
199
|
-
|
|
200
|
-
* **api:** manual updates ([28bf732](https://github.com/synapseops/graphor-typescript-sdk/commit/28bf732da28f1c5c174e3baa45bd2843c83f079a))
|
|
201
|
-
|
|
202
|
-
## 0.8.0 (2026-02-11)
|
|
203
|
-
|
|
204
|
-
Full Changelog: [v0.7.0...v0.8.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.7.0...v0.8.0)
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* **api:** api update ([bc96002](https://github.com/synapseops/graphor-typescript-sdk/commit/bc96002279b486cff9ab79f4c203522911b61504))
|
|
209
|
-
|
|
210
|
-
## 0.7.0 (2026-02-10)
|
|
211
|
-
|
|
212
|
-
Full Changelog: [v0.6.0...v0.7.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.6.0...v0.7.0)
|
|
213
|
-
|
|
214
|
-
### Features
|
|
215
|
-
|
|
216
|
-
* **api:** manual updates ([26948e4](https://github.com/synapseops/graphor-typescript-sdk/commit/26948e455d1490b32f302f77bd3558322cb730c1))
|
|
217
|
-
|
|
218
|
-
## 0.6.0 (2026-02-10)
|
|
219
|
-
|
|
220
|
-
Full Changelog: [v0.5.2...v0.6.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.5.2...v0.6.0)
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
* **api:** manual updates ([c9d0e74](https://github.com/synapseops/graphor-typescript-sdk/commit/c9d0e74b55e8b8b7107e780a1e522969e7039f47))
|
|
225
|
-
|
|
226
|
-
## 0.5.2 (2026-02-10)
|
|
227
|
-
|
|
228
|
-
Full Changelog: [v0.5.1...v0.5.2](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.5.1...v0.5.2)
|
|
229
|
-
|
|
230
|
-
### Chores
|
|
231
|
-
|
|
232
|
-
* update SDK settings ([aa1cceb](https://github.com/synapseops/graphor-typescript-sdk/commit/aa1cceba6ccc3a2bad5e39bd0ec20cd94e385754))
|
|
233
|
-
|
|
234
|
-
## 0.5.1 (2026-02-10)
|
|
235
|
-
|
|
236
|
-
Full Changelog: [v0.5.0...v0.5.1](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.5.0...v0.5.1)
|
|
237
|
-
|
|
238
|
-
### Chores
|
|
239
|
-
|
|
240
|
-
* update SDK settings ([dbca039](https://github.com/synapseops/graphor-typescript-sdk/commit/dbca039f723308ca0b61585dab9ca9d6b2a85a23))
|
|
241
|
-
|
|
242
|
-
## 0.5.0 (2026-02-10)
|
|
243
|
-
|
|
244
|
-
Full Changelog: [v0.4.3...v0.5.0](https://github.com/synapseops/graphor-typescript-sdk/compare/v0.4.3...v0.5.0)
|
|
245
|
-
|
|
246
|
-
### Features
|
|
247
|
-
|
|
248
|
-
* **api:** manual updates ([8e40f32](https://github.com/synapseops/graphor-typescript-sdk/commit/8e40f32943206d31f628990c13eb93b2d682aec0))
|
|
20
|
+
* **ci:** escape input path in publish-npm workflow ([9bae640](https://github.com/synapseops/graphor-typescript-sdk/commit/9bae64025d668996b9d2716536a65fae32b71b19))
|
|
21
|
+
* **ci:** skip lint on metadata-only changes ([cc4f70b](https://github.com/synapseops/graphor-typescript-sdk/commit/cc4f70bfba694ecc0060743fe2979e917a4bf182))
|
|
22
|
+
* **internal:** fix MCP server TS errors that occur with required client options ([9b97b9b](https://github.com/synapseops/graphor-typescript-sdk/commit/9b97b9b4bed48398461f579f3d22a26bf3baeb9c))
|
|
23
|
+
* **internal:** improve local docs search for MCP servers ([f2565fe](https://github.com/synapseops/graphor-typescript-sdk/commit/f2565fe317cd406af863e22f30f2d19296a52f76))
|
|
24
|
+
* **internal:** improve local docs search for MCP servers ([9a93e1c](https://github.com/synapseops/graphor-typescript-sdk/commit/9a93e1c7f57015d98af81ec38946e6363dc65fc0))
|
|
25
|
+
* **internal:** support custom-instructions-path flag in MCP servers ([5a0a60a](https://github.com/synapseops/graphor-typescript-sdk/commit/5a0a60ae4ab75a9c88412ac8ec942f667e55559b))
|
|
26
|
+
* **internal:** support local docs search in MCP servers ([79685bb](https://github.com/synapseops/graphor-typescript-sdk/commit/79685bb4ac5b9d68635bbb31140726d8915fea38))
|
|
27
|
+
* **internal:** support type annotations when running MCP in local execution mode ([2d014bb](https://github.com/synapseops/graphor-typescript-sdk/commit/2d014bbb50ee8ce5ac81d7c6dcfe16b72768419b))
|
|
28
|
+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([f44b21c](https://github.com/synapseops/graphor-typescript-sdk/commit/f44b21c304a5cb8c9c957a5e080b972c3a38af2b))
|
|
29
|
+
* **internal:** tweak CI branches ([1f89c57](https://github.com/synapseops/graphor-typescript-sdk/commit/1f89c57930375be7c9e2fa31fb9abae7834c57f7))
|
|
30
|
+
* **internal:** update gitignore ([2c5d96d](https://github.com/synapseops/graphor-typescript-sdk/commit/2c5d96d12988d13962639aa7c9201e4ba60fe444))
|
|
31
|
+
* **mcp-server:** add support for session id, forward client info ([d64b4d5](https://github.com/synapseops/graphor-typescript-sdk/commit/d64b4d5fbece160c9ebfb09b0562ab4c15c217e9))
|
|
32
|
+
* update SDK settings ([e86ed48](https://github.com/synapseops/graphor-typescript-sdk/commit/e86ed4805acc884434cce240510745d1d4f772e1))
|
|
249
33
|
|
|
250
34
|
## 0.4.3 (2026-02-10)
|
|
251
35
|
|