Skip to content

Tags: render-oss/render-mcp-server

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Metrics tool supports bandwidth usage (#34)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve get_metrics tools (#29)

- Gracefully handle a 400 when trying to request HTTP latency on a Hobby tier plan
- Support aggregating HTTP response counts
- Support filtering on path and host for HTTP counts and latencies
- Support HTTP latency quantile
- Support more metrics endpoints: CPU/mem limit and targets, which helps LLMs tune autoscaling
- A bit of code clean up (renaming variables, getting rid of some unneeded params and return values)


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


---------

Co-authored-by: Claude <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding ability to mcp server to pull service metrics (#28)

* Adding ability to mcp server to pull service metrics

* Addressing Previsou PR feedback from Ammar

* Fixing issues and adding ability for the MCP plugin to get instance count

* Add HTTP error and response time metrics support
- Add httperrors and responsetime metric types to MetricType constants
- Implement getHTTPErrorMetrics() for error breakdown by status code
- Implement getResponseTimeMetrics() for P95 latency percentiles
- Update tool description and validation to include new metric types
- Add comprehensive test coverage for new metric types
- Update README documentation with usage examples

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release version not being set (#14)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove --sensitive-info flag (#13)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing .goreleaser.yml (#7)

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't include sensitive information in MCP server response (#5)

Try to avoid pulling sensitive information into MCP host context.

Currently, the only sensitive info I can think of are environment variables and postgres/keyvalue connection strings.

Users can opt out of this behavior using the --sensitive-info flag if they're confident that their LLM will not train on this type of data.