MCPcopy Create free account
hub / github.com/capoomgit/houdini-mcp / cook_node

Function cook_node

houdini_mcp_server.py:800–805  ·  view source on GitHub ↗

Force-cook a node and report whether it cooked cleanly, with errors, warnings and cook time. The definitive way to verify a node works.

(ctx: Context, path: str)

Source from the content-addressed store, hash-verified

798
799@mcp.tool()
800def cook_node(ctx: Context, path: str) -> dict:
801 """
802 Force-cook a node and report whether it cooked cleanly, with errors,
803 warnings and cook time. The definitive way to verify a node works.
804 """
805 return _houdini_call("cook_node", {"path": path})
806
807
808@mcp.tool()

Callers

nothing calls this directly

Calls 1

_houdini_callFunction · 0.85

Tested by

no test coverage detected