All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
WIP
0.2.5 - 2025-04-23
- Correct debouncing logic to trigger reload only once after multiple changes are detected in the same interval.
0.2.4 - 2025-04-23
- Corrected wrong initialized notification.
0.2.3 - 2025-04-12
- bump: crossbeam channel dependency to 0.5.15.
0.2.2 - 2025-03-30
- Fixed when configuration in
synf.tomlwas ignored for run command, by @ezyang.
0.2.1 - 2025-01-08
- Correctly reading configuration for default_paths and extra_paths.
- Correctly reading configuration for run command.
0.2.0 - 2025-01-07
- Build command output is not shown in stderr anymore.
- Sometimes
synf devwould get stuck on Windows if using powershell for build command.
synf devnow supports tracking and resending resource subscriptions after server restart.synf initnow adds comment about resend_resource_subscriptions tosynf.tomlfile.
0.1.1 - 2025-01-05
- Removed log message from stdout.
- Corrected starting node process in Windows.
- Removed extra endline from initialize output.
0.1.0 - 2025-01-05
synf initcommand would bootstrap initialsynf.tomlfile.
- Initial release.
- Command
synf dev [path]would start MCP dev server. synf devsupports kotlin, typescript, python and golang.synf devwatches default and extra configured dirs/files for changes to trigger server restart.synf devsends list_updated for tools/prompts/resources after server restart.