Skip to content

Commit 768c87d

Browse files
authored
Update wrapper.py
1 parent 1a164f0 commit 768c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _extract_base_url(url: str) -> str:
105105
Note:
106106
If the target server was started with `APP_ROOT_PATH=/gateway`, the
107107
resulting catalog URLs include that prefix. This helper preserves the
108-
prefix so the wrappers follow-up calls remain correctly scoped.
108+
prefix so the wrapper's follow-up calls remain correctly scoped.
109109
"""
110110
parsed = urlparse(url)
111111
if not parsed.scheme or not parsed.netloc:

0 commit comments

Comments
 (0)