HackerTrans
TopNewTrendsCommentsPastAskShowJobs

proshan

no profile record

Submissions

Show HN: UXRay – CLI to audit UI/UX issues on live websites

npmjs.com
1 points·by proshan·3 месяца назад·0 comments

MCP Smoke – test MCP servers using plain English commands

github.com
1 points·by proshan·4 месяца назад·3 comments

Show HN: Fuzz testing tool for MCP servers

github.com
1 points·by proshan·6 месяцев назад·0 comments

comments

proshan
·4 месяца назад·discuss
I am not sure about this , should i?
proshan
·4 месяца назад·discuss
When building MCP-based platforms, testing usually means manually crafting JSON-RPC requests or writing custom clients.

I built MCP Smoke as a lightweight test harness where you can:

Send real MCP requests using plain English Simulate real user/agent interactions Test tools, prompts, and resources end-to-end Plug in API keys and hit actual MCP servers

It’s useful if you're building MCP platforms and want:

Faster iteration during development Realistic testing instead of mocked flows Observability/analytics on how your MCP server behaves

Would love feedback on what kind of test scenarios or validations should be added.
proshan
·9 месяцев назад·discuss
Hi @Defier, Thanks for posting it here. Hi everyone, please review the tool and provide your feedback.
proshan
·10 месяцев назад·discuss
[dead]
proshan
·10 месяцев назад·discuss
A comprehensive Prometheus metrics exporter for Gunicorn WSGI servers with support for multiple worker types and advanced monitoring capabilities, featuring innovative Redis-based storage, YAML configuration support, and advanced signal handling. This Gunicorn worker plugin exports Prometheus metrics to monitor worker performance, including memory usage, CPU usage, request durations, and error tracking (trying to replace https://docs.gunicorn.org/en/stable/instrumentation.html with extra info). It also aims to replace request-level tracking, such as the number of requests made to a particular endpoint, for any framework (e.g., Flask, Django, and others) that conforms to the WSGI specification.

https://github.com/Agent-Hellboy/gunicorn-prometheus-exporte...