File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0 (2025-11-03)
4+
5+ * feat(backend): added mcp server source type ([ a9429a6] ( https://github.com/deploystackio/deploystack/commit/a9429a6 ) )
6+ * feat(backend): resolve plugin path determination for production environment ([ bb0f504] ( https://github.com/deploystackio/deploystack/commit/bb0f504 ) )
7+ * feat(frontend): add source field to MCP server and display in details ([ 2461f88] ( https://github.com/deploystackio/deploystack/commit/2461f88 ) )
8+ * feat(satellite): implement hierarchical tool search with Fuse.js ([ 5545c20] ( https://github.com/deploystackio/deploystack/commit/5545c20 ) )
9+ * docs(all): update README to clarify MCP challenges and solutions ([ 46ce1e9] ( https://github.com/deploystackio/deploystack/commit/46ce1e9 ) )
10+ * fix(backend): update welcome email instructions for MCP client setup ([ 2da79a9] ( https://github.com/deploystackio/deploystack/commit/2da79a9 ) )
11+ * chore(all): bump tailwindcss from 4.1.14 to 4.1.15 ([ 8365aa2] ( https://github.com/deploystackio/deploystack/commit/8365aa2 ) )
12+ * chore(all): update dependencies across services ([ 1b1aba7] ( https://github.com/deploystackio/deploystack/commit/1b1aba7 ) )
13+ * chore(backend): release v0.39.0 ([ 2518339] ( https://github.com/deploystackio/deploystack/commit/2518339 ) )
14+ * chore(backend): release v0.39.0 ([ 3c783bb] ( https://github.com/deploystackio/deploystack/commit/3c783bb ) )
15+ * chore(frontend): release v0.34.0 ([ f0e29de] ( https://github.com/deploystackio/deploystack/commit/f0e29de ) )
16+ * chore(frontend): release v0.34.0 ([ fe6aec7] ( https://github.com/deploystackio/deploystack/commit/fe6aec7 ) )
17+
318## 0.6.0 (2025-10-24)
419
520* chore(backend): release v0.38.0 ([ 1bcf0db] ( https://github.com/deploystackio/deploystack/commit/1bcf0db ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/satellite" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "description" : " DeployStack Satellite - MCP Server Management Service" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let versionData : VersionInfo = {
12- version : '0.6 .0' ,
13- buildTime : '2025-10-24T20:14:19.079Z ' ,
12+ version : '0.7 .0' ,
13+ buildTime : '2025-11-03T22:40:42.479Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments