HackerTrans
トップ新着トレンドコメント過去質問紹介求人

proshan

no profile record

投稿

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

npmjs.com
1 ポイント·投稿者 proshan·3 か月前·0 コメント

MCP Smoke – test MCP servers using plain English commands

github.com
1 ポイント·投稿者 proshan·4 か月前·3 コメント

Show HN: Fuzz testing tool for MCP servers

github.com
1 ポイント·投稿者 proshan·6 か月前·0 コメント

コメント

proshan
·4 か月前·議論
I am not sure about this , should i?
proshan
·4 か月前·議論
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 か月前·議論
Hi @Defier, Thanks for posting it here. Hi everyone, please review the tool and provide your feedback.
proshan
·10 か月前·議論
[dead]
proshan
·10 か月前·議論
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...