Releases: ndhkaeru/codebase-mcp
Releases · ndhkaeru/codebase-mcp
v1.3.1
What's Changed
- Merge branch 'main' into release (f52d879)
- Fix relative path resolution for sibling workspaces (48b30f1)
Installation
Download the binary for your platform, then configure your MCP client:
Claude Desktop
{
"mcpServers": {
"codebase-mcp": {
"command": "/path/to/codebase-mcp",
"args": []
}
}
}v1.3.0
What's Changed
- Merge branch 'main' into release (e7f4f73)
- Prepare v1.3.0 release (2a67520)
- docs: update README and tool schemas with detailed descriptions and usage instructions (7f31a82)
- fix: satisfy fmt and clippy (7cfb8bf)
- Merge remote-tracking branch 'origin/dependabot/cargo/tar-0.4.46' (36add49)
- refactor: slim down MCP toolset and config (672c8dc)
- Bump tar from 0.4.45 to 0.4.46 (3996e2d)
Installation
Download the binary for your platform, then configure your MCP client:
Claude Desktop
{
"mcpServers": {
"codebase-mcp": {
"command": "/path/to/codebase-mcp",
"args": []
}
}
}v1.2.1
What's Changed
- Merge branch 'main' into release (fb1a48f)
- Prepare v1.2.1 release metadata (bfa4cd9)
- Merge pull request #3 from DisturbedOcean/main (1c3a7b8)
- Address Codex Review (4e15083)
- feat(ast): add Swift and Objective-C language support (d0084b6)
- Merge branch 'main' into release (c7ba9d1)
- Format workspace stats imports (4d7f363)
- Merge branch 'main' into release (92b9ae9)
- Fix Clippy sort warnings (552da98)
- Merge branch 'main' into release (fb51e16)
- Update README for current project (2c8749c)
Installation
Download the binary for your platform, then configure your MCP client:
Claude Desktop
{
"mcpServers": {
"codebase-mcp": {
"command": "/path/to/codebase-mcp",
"args": []
}
}
}v1.2.0
What's Changed
- Merge branch 'main' into release (857f7e5)
- Bump tar from 0.4.44 to 0.4.45 (7b6e8c7)
- m (41ab834)
- m (ef674c3)
Installation
Download the binary for your platform, then configure your MCP client:
Claude Desktop
{
"mcpServers": {
"codebase-mcp": {
"command": "/path/to/codebase-mcp",
"args": []
}
}
}