You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): v0.15.22 - Critical i18n Enhancement & Test Migration Fix
- **Critical i18n Enhancement**: Fixed remaining untranslated keys for complete locale coverage
- Added missing error.noArguments and error.parameterRequired keys to TR/EN locales
- Enhanced embedded locale system for NPX package compatibility
- Added fallback strings in handlers.go (lines 2389, 2502, 2651, 2731, 2837)
- Ensures robust operation across all deployment methods
- **Test Migration System Fix**: Resolved file:// URL path resolution in test migrations
- Fixed migrateDB function to properly handle file:// URLs in migration paths
- Added URL parsing and absolute path conversion for reliable file system access
- Updated TestMigrationsPathIntegration constant for correct relative path resolution
- All integration tests now pass with proper database schema migration
- **Version Synchronization**: Updated all components to v0.15.22
- gorev-mcpserver: v0.15.20 → v0.15.22
- Documentation: Standardized version references across all docs
- Multi-platform binary builds with correct version injection
Copy file name to clipboardExpand all lines: CLAUDE.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,49 @@
2
2
3
3
This file provides essential guidance to AI assistants using MCP (Model Context Protocol) when working with code in this repository. Compatible with Claude Code, VS Code with MCP extension, Windsurf, Cursor, and other MCP-enabled editors.
4
4
5
-
**Last Updated:** 21 September 2025 | **Version:** v0.15.19
5
+
**Last Updated:** 21 September 2025 | **Version:** v0.15.22
@@ -94,6 +94,8 @@ MCP protokolü sayesinde server'a herhangi bir MCP uyumlu editörden bağlanabil
94
94
95
95
### 🚀 NPX ile Kolay Kurulum (En Kolay!)
96
96
97
+
> ⚠️ **Windows Kullanıcıları**: NPX kullanımı için Node.js kurulumu gereklidir. [Node.js indirin](https://nodejs.org/) ve yükledikten sonra sistemi yeniden başlatın.
98
+
97
99
MCP client'larında kullanmak için sadece `mcp.json` dosyasına ekleme yapın:
98
100
99
101
```json
@@ -141,6 +143,33 @@ MCP client'larında kullanmak için sadece `mcp.json` dosyasına ekleme yapın:
0 commit comments