Skip to content

Commit d4c5a64

Browse files
committed
properly show version in OpenAPI spec and MCP protocol
Signed-off-by: Slach <[email protected]>
1 parent ba7ec4d commit d4c5a64

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/build-altinity-mcp.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -267,24 +267,6 @@ jobs:
267267
if: steps.release_tag.outputs.matched == 'true'
268268
run: ls -la dist
269269

270-
- name: Upgrade server version
271-
if: steps.release_tag.outputs.matched == 'true'
272-
run: |
273-
# Switch to main branch to avoid detached HEAD state
274-
git fetch origin main
275-
git checkout main
276-
277-
# Update server.go with the release version
278-
VERSION=${GITHUB_REF#refs/tags/v}
279-
sed -i 's/"1\.1\.0"/"'$VERSION'"/g' pkg/server/server.go
280-
281-
# Commit updated server.go
282-
git config --local user.email "[email protected]"
283-
git config --local user.name "GitHub Action"
284-
git add pkg/server/server.go
285-
git commit -m "Upgrade server version to $VERSION"
286-
git push origin main
287-
288270
- name: Install helm
289271
if: steps.release_tag.outputs.matched == 'true'
290272
uses: azure/setup-helm@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v1.1.3
22
BUG FIXES
33
- replace `single quote` and `backtick` chars to \uXXXX unicode representations in error message to avoid wrong MCP tool response handling in OpenAI, fix https://github.com/Altinity/altinity-mcp/issues/19
4+
- properly show version in OpenAPI spec and MCP protocol
45

56
# v1.1.2
67
BUG FIXES

0 commit comments

Comments
 (0)