MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / error

Method error

apps/common/utils/fork.py:69–70  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

67
68 @staticmethod
69 def error(message: str):
70 return Fork.Response('', [], 500, message)
71
72 def __init__(self, base_fork_url: str, selector_list: List[str]):
73 base_fork_url = remove_fragment(base_fork_url)

Callers 15

postMethod · 0.45
editMethod · 0.45
validate_mcp_configFunction · 0.45
insertMethod · 0.45
exportMethod · 0.45
get_appstore_toolsMethod · 0.45
addMethod · 0.45
update_toolMethod · 0.45
is_validMethod · 0.45
re_indexFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected