CLI and Transports
The pycycle-mcp command and python -m pycycle_mcp entrypoint
both use pycycle_mcp.main.
Supported transports
stdiofor editor and local MCP integrationshttp(normalized tostreamable-httpfor compatibility)ssefor server-sent eventsstreamable-httpfor FastMCP streamable HTTP mode
The parser defaults to stdio and only applies host, port, and
path for HTTP-compatible transports.