Skip to content

Releases: ndhkaeru/codebase-mcp

v1.3.1

17 Jun 09:57

Choose a tag to compare

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

16 Jun 05:19

Choose a tag to compare

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

20 May 17:10

Choose a tag to compare

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

06 May 17:23

Choose a tag to compare

What's Changed


Installation

Download the binary for your platform, then configure your MCP client:

Claude Desktop

{
  "mcpServers": {
    "codebase-mcp": {
      "command": "/path/to/codebase-mcp",
      "args": []
    }
  }
}

v0.1.1

11 Mar 13:02

Choose a tag to compare

What's Changed


Installation

Download the binary for your platform, then configure your MCP client:

Claude Desktop

{
  "mcpServers": {
    "codebase-mcp": {
      "command": "/path/to/codebase-mcp",
      "args": []
    }
  }
}