MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / include_hooks

Method include_hooks

src/agents/codex.rs:473–475  ·  view source on GitHub ↗

Whether the bundle ships `hooks/hooks.json` and declares it in the plugin manifest.

(self)

Source from the content-addressed store, hash-verified

471 /// Whether the bundle ships `hooks/hooks.json` and declares it in the
472 /// plugin manifest.
473 fn include_hooks(self) -> bool {
474 self.scope == InstallScope::Global
475 }
476
477 /// The `serve` args baked into the bundle's `.mcp.json`.
478 fn mcp_args(self) -> serde_json::Value {

Callers 3

write_codex_plugin_filesFunction · 0.80
codex_plugin_manifestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected