Skip to content

Commit 863a47a

Browse files
chore(release): 0.4.3 [skip ci]
## [0.4.3](v0.4.2...v0.4.3) (2026-02-18) ### Bug Fixes * use shared data dir in postinstall script to match runtime ([6f4c5e7](6f4c5e7))
1 parent fac7782 commit 863a47a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.4.3](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.4.2...v0.4.3) (2026-02-18)
2+
3+
### Bug Fixes
4+
5+
* use shared data dir in postinstall script to match runtime ([6f4c5e7](https://github.com/OGMatrix/mcmodding-mcp/commit/6f4c5e7d1d1de17ffeeb0edffb89dc3d935c45ab))
6+
17
## [0.4.2](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.4.1...v0.4.2) (2026-02-18)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcmodding-mcp",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"packageManager": "pnpm@10.30.0",
55
"description": "MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (process.argv.includes('manage')) {
4242
const server = new Server(
4343
{
4444
name: 'mcmodding-mcp',
45-
version: '0.4.2',
45+
version: '0.4.3',
4646
},
4747
{
4848
capabilities: {

0 commit comments

Comments
 (0)