Authoring, test, and debug skills with stdio MCP tools#1
Merged
Conversation
Change-Id: I124932567cc2f15e2fa006a8546ce8df3d27dacb
The skills are accompanied by stdio MCP server Change-Id: I40510a021f606bd3aaec3a0de7eab966e6e40549
Change-Id: Ie815007570d2bad48fb2d9ea5fdceaacbea8e802
dmitriplotnikov
approved these changes
Jun 8, 2026
dmitriplotnikov
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Authoring, test, and debug skills with stdio MCP tools
These skills identify common CEL development patterns and ways in which
to use a set of MCP tools built on top of the CEL-Go implementation.
If you start from the authoring skill, you can use the YAML or JSON-based
approach for defining a CEL environment to better guide generation and the
test and debug steps. You will need to customize the stdio server's CEL
environment to get it to call into extension functions, but the implementation
here should be a solid reference.