Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [0.2.0](https://github.com/vaur94/mcp-code/compare/mcp-code-v0.1.0...mcp-code-v0.2.0) (2026-03-09)

### Features

- add semantic repository analysis core ([d41a1f4](https://github.com/vaur94/mcp-code/commit/d41a1f409c24648b863f3ab4d19b6ef3b4391402))
- expose slice workflow tools ([3231a73](https://github.com/vaur94/mcp-code/commit/3231a734f2a428b5ef5faf522a683b953fe8f0c5))

## Changelog

All notable changes to this project will be documented in this file.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaur94/mcp-code",
"version": "0.1.0",
"version": "0.2.0",
"description": "Production-grade MCP server for semantic coding workflows and AI coding-agent acceleration.",
"author": "vaur94",
"type": "module",
Expand Down
Loading