Ask HN: With Promptfoo acquired by OpenAI, what are MCP devs using for testing?
4 comments
/? mcp test: https://hn.algolia.com/?q=mcp+test :
MCP Playground, MCPSpec, MCPjam, MCP Inspector, mcp-record, mcpbr, agent-vcr
mcpbr > Supported Benchmarks : https://github.com/supermodeltools/mcpbr#supported-benchmark... :
> MCPToolBench++, ToolBench, AgentBench, WebArena, TerminalBench, InterCode; SWE-bench,
MCP Playground, MCPSpec, MCPjam, MCP Inspector, mcp-record, mcpbr, agent-vcr
mcpbr > Supported Benchmarks : https://github.com/supermodeltools/mcpbr#supported-benchmark... :
> MCPToolBench++, ToolBench, AgentBench, WebArena, TerminalBench, InterCode; SWE-bench,
This is a good list. Are you finding these can be integrated into your CI/CD workflows?
Oh TBH I've hardly worked with MCP.
Do A2A and AP2 have better auth and authz?
There seem to be a lot of solutions for minimizing token use with MCP?
/? mcp tokens https://hn.algolia.com/?q=mcp+tokens
Do A2A and AP2 have better auth and authz?
There seem to be a lot of solutions for minimizing token use with MCP?
/? mcp tokens https://hn.algolia.com/?q=mcp+tokens
One thing I've been running into when working with LLM tooling is that a lot of the friction happens even before testing — just preparing context for the model.
What are people using to test their MCP servers in CI? The MCP Inspector is interactive-only.
I've personally been building MCPSpec [https://light-handle.github.io/mcpspec/] but curious what approaches others are taking custom scripts, unit tests on server internals, something else?