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- "." : " 2.3.3 -rc.1"
2+ "." : " 2.4.0 -rc.1"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.0-rc.1 (2025-12-04)
4+
5+ Full Changelog: [ v2.3.3-rc.1...v2.4.0-rc.1] ( https://github.com/writer/writer-node/compare/v2.3.3-rc.1...v2.4.0-rc.1 )
6+
7+ ### Features
8+
9+ * ** mcp:** add typescript check to code execution tool ([ 7ecde82] ( https://github.com/writer/writer-node/commit/7ecde8204a6475dc8106c4c90d1e90030260e465 ) )
10+ * ** mcp:** return logs on code tool errors ([ 76551d3] ( https://github.com/writer/writer-node/commit/76551d345f33dbe6f6ea1bc437b691bcf3690664 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** mcp:** return tool execution error on api error ([ b62c6ba] ( https://github.com/writer/writer-node/commit/b62c6ba071ea931ae3af7b996b084403be6b0777 ) )
16+
17+
18+ ### Chores
19+
20+ * ** internal:** upgrade eslint ([ 4ae73b1] ( https://github.com/writer/writer-node/commit/4ae73b119027a678183ab79ddef25703584f63b7 ) )
21+ * use latest @modelcontextprotocol/sdk ([ 08d8625] ( https://github.com/writer/writer-node/commit/08d8625b8b8a46b8b0f8bb92c6ee57be5b90a780 ) )
22+
323## 2.3.3-rc.1 (2025-12-01)
424
525Full Changelog: [ v2.3.2...v2.3.3-rc.1] ( https://github.com/writer/writer-node/compare/v2.3.2...v2.3.3-rc.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " writer-sdk" ,
3- "version" : " 2.3.3 -rc.1" ,
3+ "version" : " 2.4.0 -rc.1" ,
44 "description" : " The official TypeScript library for the Writer API" ,
55 "author" : " Writer <dev-feedback@writer.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " writer-sdk-mcp" ,
3- "version" : " 2.3.3 -rc.1" ,
3+ "version" : " 2.4.0 -rc.1" ,
44 "description" : " The official MCP Server for the Writer API" ,
55 "author" : " Writer <dev-feedback@writer.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434 new McpServer (
3535 {
3636 name : 'writer_sdk_api' ,
37- version : '2.3.3 -rc.1' ,
37+ version : '2.4.0 -rc.1' ,
3838 } ,
3939 { capabilities : { tools : { } , logging : { } } } ,
4040 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '2.3.3 -rc.1' ; // x-release-please-version
1+ export const VERSION = '2.4.0 -rc.1' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments