Skip to content

Release v0.2.0

Choose a tag to compare

@TristonianJones TristonianJones released this 03 Aug 22:39
· 28 commits to main since this release
9b8b4ac

Features

  • Performed evaluations to determine that only cel-debugging and cel-authoring are useful
  • Updated the CEL MCP server to support protobuf inputs serialized from JSON
  • New flags to support -env and -file_descriptors specification to the stdio MCP server

When specifying flags to the stdio MCP server, the shape of the tool changes so that the environment
argument is no longer needed if it's specified, simplifying both the tool API and the context required for
generation.

Fixes

  • Fixed relative references to CEL skills within .md files.
  • GitHub actions added for release automation