File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.10.0 "
2+ "." : " 1.10.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.10.1 (2026-03-07)
4+
5+ Full Changelog: [ v1.10.0...v1.10.1] ( https://github.com/CASParser/cas-parser-node/compare/v1.10.0...v1.10.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** preserve URL params already embedded in path ([ 4463ff7] ( https://github.com/CASParser/cas-parser-node/commit/4463ff7c902ccf318892d2b1ce7976b9d0dca5a1 ) )
10+
11+
12+ ### Chores
13+
14+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 884f203] ( https://github.com/CASParser/cas-parser-node/commit/884f20313d10951ef4413f6b3a258025cc2ee2b3 ) )
15+ * ** internal:** codegen related update ([ 9add47e] ( https://github.com/CASParser/cas-parser-node/commit/9add47ed236c49b558a6498e12908a4a6ea45da2 ) )
16+ * ** internal:** codegen related update ([ ccf33c8] ( https://github.com/CASParser/cas-parser-node/commit/ccf33c894ed6ff3f9ec9728ca3b6304893b05269 ) )
17+ * ** internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([ 9ddb632] ( https://github.com/CASParser/cas-parser-node/commit/9ddb632b1c81bbbc71aa368509b26b95f35a32e9 ) )
18+ * ** mcp-server:** improve instructions ([ 30dda75] ( https://github.com/CASParser/cas-parser-node/commit/30dda75bbcbef7632d04ba868e455370704a3c61 ) )
19+ * ** mcp-server:** return access instructions for 404 without API key ([ fdb885a] ( https://github.com/CASParser/cas-parser-node/commit/fdb885a459f35993fa0b4b07f079a8167cadbe9b ) )
20+
321## 1.10.0 (2026-03-03)
422
523Full Changelog: [ v1.9.0...v1.10.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.9.0...v1.10.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node" ,
3- "version" : " 1.10.0 " ,
3+ "version" : " 1.10.1 " ,
44 "description" : " The official TypeScript library for the Cas Parser API" ,
55 "author" : " Cas Parser <sameer@casparser.in>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " cas-parser-node-mcp" ,
4- "version" : " 1.10.0 " ,
4+ "version" : " 1.10.1 " ,
55 "description" : " The official MCP Server for the Cas Parser API" ,
66 "author" : {
77 "name" : " Cas Parser" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node-mcp" ,
3- "version" : " 1.10.0 " ,
3+ "version" : " 1.10.1 " ,
44 "description" : " The official MCP Server for the Cas Parser API" ,
55 "author" : " Cas Parser <sameer@casparser.in>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020 new McpServer (
2121 {
2222 name : 'cas_parser_node_api' ,
23- version : '1.10.0 ' ,
23+ version : '1.10.1 ' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '1.10.0 ' ; // x-release-please-version
1+ export const VERSION = '1.10.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments