Skip to content

Commit a8340e4

Browse files
committed
Add reference link to Starlette source in docstring
1 parent 1995794 commit a8340e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp/shared/_callable_inspection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Callable inspection utilities.
22
33
Adapted from Starlette's `is_async_callable` implementation.
4+
https://github.com/encode/starlette/blob/master/starlette/_utils.py
45
"""
56

67
from __future__ import annotations

0 commit comments

Comments
 (0)