Skip to content

Commit 58ce1f9

Browse files
ktnytclaude
andcommitted
🚀 Release v0.6.1 - Documentation clarification
## Documentation - **find_references Tool**: Clarified tool descriptions and parameters - Updated description to emphasize workspace-wide search capability - Clarified file_path parameter documentation - Improved accuracy of MCP tool documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a7892f7 commit 58ce1f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cclsp",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "MCP server for accessing LSP functionality",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)