Skip to content

Commit e0e62a6

Browse files
committed
chore(release): 1.4.1
1 parent c01b260 commit e0e62a6

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.1](https://github.com/newbpydev/mcp-diagnostics-extension/compare/v1.4.0...v1.4.1) (2025-06-15)
6+
7+
### Bug Fixes
8+
9+
- ensure MCP configuration uses global user directory for deployed server ([fdac3d7](https://github.com/newbpydev/mcp-diagnostics-extension/commit/fdac3d7ef34a057927e3cafc5dc244289afe6330))
10+
- resolve critical MCP server dependency and import path issues ([8a18d42](https://github.com/newbpydev/mcp-diagnostics-extension/commit/8a18d42a44aed27c2732500ba7fa87622332d884))
11+
- resolve MCP server module resolution and Windows file locking issues ([c01b260](https://github.com/newbpydev/mcp-diagnostics-extension/commit/c01b26097d9e874062efdc98d8c4f27ecccde61b))
12+
13+
### Documentation
14+
15+
- comprehensive update of all documentation for v1.4.0 release ([fedb5e4](https://github.com/newbpydev/mcp-diagnostics-extension/commit/fedb5e4bbd346064e841b9121c0616ff2f76157c))
16+
- update latest features section to v1.4.0 in README.md ([51f065a](https://github.com/newbpydev/mcp-diagnostics-extension/commit/51f065ad84b79dc2fd88258f51ab086c027e3e77))
17+
- update remaining test count references in README.md to 810 tests ([ee00813](https://github.com/newbpydev/mcp-diagnostics-extension/commit/ee008139aac7bd439e26fb668fe3f633ec2dda86))
18+
519
## [1.4.0](https://github.com/newbpydev/mcp-diagnostics-extension/compare/v1.3.1...v1.4.0) (2025-06-15)
620

721
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mcp-diagnostics-extension",
33
"displayName": "MCP Diagnostics Extension",
44
"description": "A VS Code extension that exposes diagnostic information via Model Context Protocol (MCP) for AI agents",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"publisher": "newbpydev",
77
"author": {
88
"name": "Juan Antonio Gomez Pena",

0 commit comments

Comments
 (0)