MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/model/script_config.py:390–391  ·  view source on GitHub ↗
(self, param_name)

Source from the content-addressed store, hash-verified

388
389class ParameterNotFoundException(Exception):
390 def __init__(self, param_name) -> None:
391 self.param_name = param_name
392
393
394def get_sorted_config(config):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected