We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a164f0 commit 768c87dCopy full SHA for 768c87d
mcpgateway/wrapper.py
@@ -105,7 +105,7 @@ def _extract_base_url(url: str) -> str:
105
Note:
106
If the target server was started with `APP_ROOT_PATH=/gateway`, the
107
resulting catalog URLs include that prefix. This helper preserves the
108
- prefix so the wrapper’s follow-up calls remain correctly scoped.
+ prefix so the wrapper's follow-up calls remain correctly scoped.
109
"""
110
parsed = urlparse(url)
111
if not parsed.scheme or not parsed.netloc:
0 commit comments