File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.30 "
2+ "." : " 0.1.0-alpha.31 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.31 (2026-03-08)
4+
5+ Full Changelog: [ v0.1.0-alpha.30...v0.1.0-alpha.31] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.30...v0.1.0-alpha.31 )
6+
7+ ### Chores
8+
9+ * ** mcp-server:** improve instructions ([ 042e4c4] ( https://github.com/Scan-Documents/node-sdk/commit/042e4c4326c5ad56033fea22d82c1b85a2aefe5e ) )
10+
311## 0.1.0-alpha.30 (2026-03-08)
412
513Full Changelog: [ v0.1.0-alpha.29...v0.1.0-alpha.30] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.29...v0.1.0-alpha.30 )
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents" ,
3- "version" : " 0.1.0-alpha.30 " ,
3+ "version" : " 0.1.0-alpha.31 " ,
44 "description" : " The official TypeScript library for the Scan Documents API" ,
55 "author" : " Scan Documents <support@scan-documents.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " scan-documents-mcp" ,
4- "version" : " 0.1.0-alpha.30 " ,
4+ "version" : " 0.1.0-alpha.31 " ,
55 "description" : " The official MCP Server for the Scan Documents API" ,
66 "author" : {
77 "name" : " Scan Documents" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents-mcp" ,
3- "version" : " 0.1.0-alpha.30 " ,
3+ "version" : " 0.1.0-alpha.31 " ,
44 "description" : " The official MCP Server for the Scan Documents API" ,
55 "author" : " Scan Documents <support@scan-documents.com>" ,
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 : 'scan_documents_api' ,
23- version : '0.1.0-alpha.30 ' ,
23+ version : '0.1.0-alpha.31 ' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.30 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.31 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments