@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.1]  - 2025-10-20 
9+ 
10+ ### Enhanced  
11+ 
12+ -  ** find_references Tool Documentation** : Clarified tool descriptions and parameters
13+   -  Updated ` find_references `  description to emphasize workspace-wide search capability
14+   -  Clarified ` file_path `  parameter to indicate it's where the symbol is defined
15+   -  Improved accuracy of MCP tool documentation
16+ 
817## [ 0.6.0]  - 2025-10-06 
918
1019### Added  
@@ -57,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5766### Fixed  
5867
5968-  ** MCP Command Argument Order** : Fixed ` claude mcp add `  command argument order
69+ 
6070  -  Corrected to: ` claude mcp add cclsp <command> [args...] --env <env> ` 
6171  -  Server name and command are now properly positioned as positional arguments
6272  -  Options are placed after the command as required by the CLI
@@ -78,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7888  -  Improves setup experience for users without Claude CLI installed
7989
8090-  ** MCP Command Syntax** : Fixed incorrect argument order in MCP add command
91+ 
8192  -  Options (` --env ` , ` --scope ` ) now correctly placed before server name
8293  -  Resolves "unknown option '--env'" error
8394  -  Commands now follow proper Claude MCP CLI syntax
@@ -426,6 +437,7 @@ Your contributions help make cclsp better for everyone! 🙏
426437-  Test suite with Bun
427438-  Documentation for setup and usage
428439
440+ [ 0.6.1 ] : https://github.com/ktnyt/cclsp/compare/v0.6.0...v0.6.1 
429441[ 0.2.1 ] : https://github.com/ktnyt/cclsp/compare/v0.2.0...v0.2.1 
430442[ 0.2.0 ] : https://github.com/ktnyt/cclsp/compare/v0.1.0...v0.2.0 
431443[ 0.1.0 ] : https://github.com/ktnyt/cclsp/releases/tag/v0.1.0 
0 commit comments