Skip to content

Releases: tuannvm/haproxy-mcp-server

haproxy-mcp-server v1.1.1

19 Jun 05:23
3492691
Compare
Choose a tag to compare

Changelog

  • cb1f3df ci(workflow): add permissions for slash commands workflow
  • aec55d7 ci(workflows): use PAT directly for GH_TOKEN in slash-commands.yml
  • 3492691 refactor(ci): simplify release workflow and GoReleaser config

haproxy-mcp-server v1.1.0

05 Jun 03:43
Compare
Choose a tag to compare

1.1.0 (2025-06-05)

Features

  • backend: initialize backend and frontend modules with setup files (6112702)

haproxy-mcp-server v1.0.12

12 May 05:01
Compare
Choose a tag to compare

1.0.12 (2025-05-12)

What's Changed

  • Refactor MCP Tools for HAProxy: Consistent Pattern and Error Handling by @tuannvm in #11

haproxy-mcp-server v1.0.11

06 May 06:28
Compare
Choose a tag to compare

haproxy-mcp-server v1.0.10

25 Apr 02:20
Compare
Choose a tag to compare

haproxy-mcp-server v1.0.0

22 Apr 05:41
9cfc14b
Compare
Choose a tag to compare

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