MCPcopy
hub / github.com/anthropics/financial-services / plugin_root

Function plugin_root

scripts/version_bump.py:71–73  ·  view source on GitHub ↗
(plugin_json: Path)

Source from the content-addressed store, hash-verified

69
70
71def plugin_root(plugin_json: Path) -> Path:
72 # <root>/.claude-plugin/plugin.json -> <root>
73 return plugin_json.parent.parent
74
75
76def rel(p: Path) -> str:

Callers 3

changed_pluginsFunction · 0.85
cmd_applyFunction · 0.85
cmd_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected