We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1995794 commit a8340e4Copy full SHA for a8340e4
1 file changed
src/mcp/shared/_callable_inspection.py
@@ -1,6 +1,7 @@
1
"""Callable inspection utilities.
2
3
Adapted from Starlette's `is_async_callable` implementation.
4
+https://github.com/encode/starlette/blob/master/starlette/_utils.py
5
"""
6
7
from __future__ import annotations
0 commit comments