Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.3.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.2](https://github.com/firebolt-db/mcp-server/compare/v0.3.1...v0.3.2) (2025-06-04)


### Bug Fixes

* improve MCP resources disabling ([#32](https://github.com/firebolt-db/mcp-server/issues/32)) ([f9e9d54](https://github.com/firebolt-db/mcp-server/commit/f9e9d541dcbd3bcf26b49c75b4c2081ac793b3e3))


### Dependencies

* **gomod:** bump the go-deps group with 2 updates ([#28](https://github.com/firebolt-db/mcp-server/issues/28)) ([fe9b648](https://github.com/firebolt-db/mcp-server/commit/fe9b64880bd21284a869b09a2cc708098882d139))
* **gomod:** bump the go-deps group with 2 updates ([#31](https://github.com/firebolt-db/mcp-server/issues/31)) ([da1af7c](https://github.com/firebolt-db/mcp-server/commit/da1af7c3a32d6941e5eee262733379a0dc17e959))

## [0.3.1](https://github.com/firebolt-db/mcp-server/compare/v0.3.0...v0.3.1) (2025-05-20)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker run \
--rm \
-e FIREBOLT_MCP_CLIENT_ID=your-client-id \
-e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \
ghcr.io/firebolt-db/mcp-server:0.3.1
ghcr.io/firebolt-db/mcp-server:0.3.2
```
[//]: # (x-release-please-end)

Expand All @@ -70,7 +70,7 @@ docker run \
[//]: # (x-release-please-start-version)
```bash
# Download the binary for your OS from:
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.1
# https://github.com/firebolt-db/mcp-server/releases/tag/v0.3.2

./firebolt-mcp-server \
--client-id your-client-id \
Expand Down Expand Up @@ -105,7 +105,7 @@ To integrate with Claude Desktop using **Docker**:
"--rm",
"-e", "FIREBOLT_MCP_CLIENT_ID",
"-e", "FIREBOLT_MCP_CLIENT_SECRET",
"ghcr.io/firebolt-db/mcp-server:0.3.1"
"ghcr.io/firebolt-db/mcp-server:0.3.2"
],
"env": {
"FIREBOLT_MCP_CLIENT_ID": "your-client-id",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=firebolt-db
sonar.projectKey=firebolt-db_mcp-server
sonar.projectName=firebolt-db/mcp-server
sonar.projectVersion=0.3.1 # x-release-please-version
sonar.projectVersion=0.3.2 # x-release-please-version

sonar.sources=.
sonar.exclusions=**/*_test.go,cmd/docs-scrapper/**,coverage.*
Expand Down