File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.2 "
2+ "." : " 0.4.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.0] ( https://github.com/firebolt-db/mcp-server/compare/v0.3.2...v0.4.0 ) (2025-06-04)
4+
5+
6+ ### Features
7+
8+ * handle missing .md extension in article filenames ([ #33 ] ( https://github.com/firebolt-db/mcp-server/issues/33 ) ) ([ 03968bf] ( https://github.com/firebolt-db/mcp-server/commit/03968bf7bdec81db2edb4849d6334844947b8be3 ) )
9+
310## [ 0.3.2] ( https://github.com/firebolt-db/mcp-server/compare/v0.3.1...v0.3.2 ) (2025-06-04)
411
512
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ docker run \
6161 --rm \
6262 -e FIREBOLT_MCP_CLIENT_ID=your-client-id \
6363 -e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \
64- ghcr.io/firebolt-db/mcp-server:0.3.2
64+ ghcr.io/firebolt-db/mcp-server:0.4.0
6565```
6666[ // ] : # ( x-release-please-end )
6767
@@ -70,7 +70,7 @@ docker run \
7070[ // ] : # ( x-release-please-start-version )
7171``` bash
7272# Download the binary for your OS from:
73- # https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.2
73+ # https://github.com/firebolt-db/mcp-server/releases/tag/v0.4.0
7474
7575./firebolt-mcp-server \
7676 --client-id your-client-id \
@@ -105,7 +105,7 @@ To integrate with Claude Desktop using **Docker**:
105105 " --rm" ,
106106 " -e" , " FIREBOLT_MCP_CLIENT_ID" ,
107107 " -e" , " FIREBOLT_MCP_CLIENT_SECRET" ,
108- " ghcr.io/firebolt-db/mcp-server:0.3.2 "
108+ " ghcr.io/firebolt-db/mcp-server:0.4.0 "
109109 ],
110110 "env" : {
111111 "FIREBOLT_MCP_CLIENT_ID" : " your-client-id" ,
Original file line number Diff line number Diff line change 11sonar.organization =firebolt-db
22sonar.projectKey =firebolt-db_mcp-server
33sonar.projectName =firebolt-db/mcp-server
4- sonar.projectVersion =0.3.2 # x-release-please-version
4+ sonar.projectVersion =0.4.0 # x-release-please-version
55
66sonar.sources =.
77sonar.exclusions =**/*_test.go,cmd/docs-scrapper/**,coverage.*
You can’t perform that action at this time.
0 commit comments