MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / on_config

Function on_config

scripts/docs/postprocess_cli_links.py:18–24  ·  view source on GitHub ↗
(config, **kwargs)

Source from the content-addressed store, hash-verified

16
17
18def on_config(config, **kwargs):
19 global site_url
20
21 # Normalize API site url
22 site_url = config.get("site_url") or "/"
23 if site_url and site_url[-1] != "/":
24 site_url = f"{site_url}/"
25
26
27def process_cli_links(markdown_content: str) -> str:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected