Readme suggests configuration option for setting up the server with SSE transport protocol but the source code does not support it. ``` TRANSPORT | Transport type (stdio or sse) | stdio ``` [source code](https://github.com/aha-develop/aha-mcp/blob/57caf1ef09454b6e8b50d5bbe178b806e74eedaa/src/index.ts#L137) creates only one type of server: `stdio`
Readme suggests configuration option for setting up the server with SSE transport protocol but the source code does not support it.
source code creates only one type of server:
stdio