Is your feature request related to a problem? Please describe.
It would be helpful when I'm running a MCP server in stdio mode to have the option to check that the conformance tests are passing.
Describe the solution you'd like
npx @modelcontextprotocol/conformance server --stdio ./my_server
Describe alternatives you've considered
I've tried the run a server in a SSE fashion using the examples of official go-sdk but it didn't worked:
Additional context
It would be helpful to have consistant and conformance friendly examples in all SDKs. Could you ensure that the examples in the official documentation are passing the conformance test and show casing report for them?
Is your feature request related to a problem? Please describe.
It would be helpful when I'm running a MCP server in stdio mode to have the option to check that the conformance tests are passing.
Describe the solution you'd like
npx @modelcontextprotocol/conformance server --stdio ./my_server
Describe alternatives you've considered
I've tried the run a server in a SSE fashion using the examples of official go-sdk but it didn't worked:
Additional context
It would be helpful to have consistant and conformance friendly examples in all SDKs. Could you ensure that the examples in the official documentation are passing the conformance test and show casing report for them?