Skip to content

Tags: smart-mcp-proxy/mcpproxy-go

Tags

v0.9.20

Toggle v0.9.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #109 from smart-mcp-proxy/feature/update-mcp-go

Upgrade mcp-go to v0.42.0

v0.9.19

Toggle v0.9.19's commit message
fix: add shell: bash to test step to ensure bash execution on Windows

v0.9.18

Toggle v0.9.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #104 from smart-mcp-proxy/bugfix/data-dir-permissions

Automatically tighten the data directory permissions and create new c…

v0.9.17

Toggle v0.9.17's commit message
fix for welcome installer text

v0.9.16

Toggle v0.9.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #101 from smart-mcp-proxy/fix/keyring-secret-resol…

…ution-restart

Fix: Keyring secret resolution and reactive server restart

v0.9.15

Toggle v0.9.15's commit message
Fix: Windows database cleanup issue in secret tests

The tests were failing on Windows with:
'The process cannot access the file because it is being used by another process'

Root cause:
- Runtime creates a BBolt database that must be explicitly closed
- On Windows, locked files cannot be deleted during test cleanup
- Tests were not calling rt.Close() before finishing

Fixed by:
- Adding 'defer rt.Close()' to both TestNotifySecretsChanged tests
- This ensures the database is properly closed before TempDir cleanup
- Tested locally - all tests pass

Fixes Windows test failures:
- Unit Tests (windows-latest, 1.24.5)
- End-to-End Tests (windows-latest, 1.23.10)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v0.9.14

Toggle v0.9.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #98 from smart-mcp-proxy/fix/config-auto-refresh-sync

Fix: Configuration auto-refresh in-memory sync and SSE event integration

v0.9.13

Toggle v0.9.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #97 from smart-mcp-proxy/fix/web-ui-delete-server

Fix: Web UI delete server functionality and add comprehensive tests

v0.9.12

Toggle v0.9.12's commit message
Remove temporary doc

v0.9.11

Toggle v0.9.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #88 from smart-mcp-proxy/bugfix/100cpu-consuption

Fix tray reconnect spin and honor upstream backoff