Skip to content

Commit 2a67520

Browse files
committed
Prepare v1.3.0 release
1 parent 7f31a82 commit 2a67520

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebase-mcp"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "High-performance MCP server for filesystem and code intelligence workflows"

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,21 @@ tests/ integration and behavior tests
360360
## Project Status
361361

362362
- **Package:** `codebase-mcp`
363-
- **Version:** `1.2.1`
363+
- **Version:** `1.3.0`
364364
- **Runtime:** Rust + Tokio
365365
- **Transport:** MCP `stdio`
366366
- **MCP protocol version:** `2024-11-05`
367367
- **Tool count:** 25
368368
- **License:** Apache-2.0
369369

370+
### Release Notes - 1.3.0
371+
372+
- Slims the exposed MCP toolset to core codebase, search, read, edit, and code-intelligence workflows.
373+
- Removes Markdown, JSON utility, SQLite, diff snippet, and undo/redo command tools from the public catalog.
374+
- Simplifies runtime configuration and workspace-root handling for session-aware clients.
375+
- Tunes default indexing limits for large Chromium-sized workspaces.
376+
- Adds server instructions and richer tool parameter descriptions to improve agent tool selection.
377+
370378
### Release Notes - 1.2.1
371379

372380
- Adds Swift and Objective-C language support for AST-backed tools.

0 commit comments

Comments
 (0)