The TSRX MCP Endpoint is a deployment-neutral HTTP endpoint designed for remote MCP clients that support Streamable HTTP. It is mounted at /mcp and provides @tsrx/mcp functionality in a remote-safe mode.
Remote Mode Capabilities:
- Documentation
- Prompts
- Formatting
- Compilation
- Diagnostic analysis tools
Note: Remote mode omits local filesystem/project tools such as inspect-project, detect-target, and validate-tsrx-file.
To integrate with a custom HTTP runtime, you can import handleRequest from src/handler.js and adapt it to your environment.