Skip to content

Commit 6f260e3

Browse files
chore(release): 0.3.0 [skip ci]
## [0.3.0](v0.2.2...v0.3.0) (2025-12-21) ### Features * improved searching ([214a308](214a308)) * improved versioning and managing and made db version independent ([c5a8a94](c5a8a94)) ### Bug Fixes * fixed flickering, upgraded manage command and renamed it from "install" ([fff1578](fff1578)) ### CI/CD * disable LFS fetch in workflows to save bandwidth ([33dd7fe](33dd7fe))
1 parent afea246 commit 6f260e3

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.3.0](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.2.2...v0.3.0) (2025-12-21)
2+
3+
### Features
4+
5+
* improved searching ([214a308](https://github.com/OGMatrix/mcmodding-mcp/commit/214a308413022ecec88c9f4ad98908a90349c4cc))
6+
* improved versioning and managing and made db version independent ([c5a8a94](https://github.com/OGMatrix/mcmodding-mcp/commit/c5a8a942c468af1fb144e274cae394f27807c315))
7+
8+
### Bug Fixes
9+
10+
* fixed flickering, upgraded manage command and renamed it from "install" ([fff1578](https://github.com/OGMatrix/mcmodding-mcp/commit/fff15781377eac5d4e453644dbdcad50eb8e6cc3))
11+
12+
### CI/CD
13+
14+
* disable LFS fetch in workflows to save bandwidth ([33dd7fe](https://github.com/OGMatrix/mcmodding-mcp/commit/33dd7fe6e89f91e680c41e7423930f94a94f620c))
15+
116
## [0.2.2](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.2.1...v0.2.2) (2025-12-17)
217

318
### Bug Fixes

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
@@ -1,6 +1,6 @@
11
{
22
"name": "mcmodding-mcp",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (process.argv.includes('manage')) {
3232
const server = new Server(
3333
{
3434
name: 'mcmodding-mcp',
35-
version: '0.2.2',
35+
version: '0.3.0',
3636
},
3737
{
3838
capabilities: {

0 commit comments

Comments
 (0)