You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Prometheus toolset for running PromQL queries
This commit introduces a new toolset for Prometheus, allowing users to run PromQL queries against a configured Prometheus server.
The new toolset includes:
- A `prometheus.runQuery` tool for executing queries.
- A `PrometheusConfig` struct in the main configuration to specify the Prometheus server URL.
- Integration into the server's toolset registration and initialization logic.
- Unit tests for the new toolset, including a mock Prometheus server.
0 commit comments