diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 97a70748..43845735 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2025-08-04 + ### Fixed - Fixed issue where console logs were resulting in "unexpected token" errors on the MCP client. [#429](https://github.com/sourcebot-dev/sourcebot/pull/429) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 969a465d..0562ff3a 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",