Releases: tuannvm/haproxy-mcp-server
Releases · tuannvm/haproxy-mcp-server
haproxy-mcp-server v1.1.1
haproxy-mcp-server v1.1.0
haproxy-mcp-server v1.0.12
haproxy-mcp-server v1.0.11
1.0.11 (2025-05-06)
haproxy-mcp-server v1.0.10
1.0.10 (2025-04-25)
haproxy-mcp-server v1.0.0
Changelog
- c2cc83f Initial commit
- 6facb4f build: add Dockerfiles for build and release processes
- 85b52e0 build: add configs and remove unused deps
- 9cfc14b chore(Dockerfile): remove unnecessary docs copy step
- 1c2d4ce chore(dockerfile): remove unused documentation copy instructions
- ee40ecf chore(release): 1.0.0 [skip ci]
- 78182e3 feat(haproxy): add context support for runtime commands and error handling
- e59ac05 feat(haproxy): implement client for backend and server management
- b0a8c0d feat(haproxy): implement real-time stats retrieval from runtime client
- 1b30161 feat(haproxy): introduce HAProxy stats API client and refactor runtime client
- a6f4216 feat(haproxy): introduce interfaces for runtime and stats client
- ff29830 feat(runtime): add new tools and update HAProxy client for MCP
- ad09331 feat(server): implement HAProxy MCP server with tools and config management
- 69aadc7 refactor(config): update HAProxy settings and logging library
- 40e914f refactor(haproxy): extract common utility functions to separate files
- b4933a1 refactor(haproxy): improve connection handling and refactor client methods
- a21e0d6 refactor(haproxy): remove unused backend and server functions
- 78eabf3 refactor(haproxy): replace raw commands with native stats library usage
- 34321d2 refactor(haproxy): simplify backend and server management logic
- cefe582 refactor(server): update HAProxy client initialization and method name
- 0fb3d8f refactor(utils): remove unused safeParseInt function
- 34acc35 refactor: simplify HAProxy client by removing native calls