Skip to content

v0.26.0

Choose a tag to compare

@manykarim manykarim released this 15 Dec 08:26
· 201 commits to main since this release
9db977b

What's Changed

  • Start rf-mcp with different transport modes: http, stdio , sse
    • uv run robotmcp.server --transport http --host 127.0.0.1 --port 8000
    • uv run robotmcp.server --transport stdio
    • Default is stdio for backwards compatibility

New Contributors

  • @aakashH242 made their first contribution by creating a Dockerimage in #29
  • @arnab1das222 made their first contribution by providing idea to implement transport mode http and to create a Dockerimage in #27