Whether the bundle ships `hooks/hooks.json` and declares it in the plugin manifest.
(self)
| 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 { |
no outgoing calls
no test coverage detected