File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
instrumentation-genai/opentelemetry-instrumentation-mcp Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.rst"
1010license = " Apache-2.0"
1111requires-python = " >=3.8, <=3.13"
1212authors = [
13- {
name =
" LoongSuite Python Agent Authors" , email = " [email protected] " },
13+ { name = " LoongSuite Python Agent Authors" },
1414]
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
@@ -49,7 +49,7 @@ test = [
4949type-check = []
5050
5151[project .entry-points .opentelemetry_instrumentor ]
52- mcp = " opentelemetry.instrumentation.mcp:MCPClientInstrumentor "
52+ mcp = " opentelemetry.instrumentation.mcp:MCPInstrumentor "
5353
5454[project .urls ]
5555Homepage = " https://github.com/alibaba/loongsuite-python-agent/tree/main/instrumentation-genai/opentelemetry-instrumentation-mcp"
@@ -77,4 +77,11 @@ addopts = """
7777"""
7878filterwarnings = [
7979 " ignore:pkg_resources is deprecated as an API:UserWarning::"
80- ]
80+ ]
81+ [tool .basedpyright ]
82+ reportPossiblyUnboundVariable = " none"
83+ [tool .cursorpyright ]
84+ reportPossiblyUnboundVariable = " none"
85+ [tool .pyright ]
86+ reportPossiblyUnboundVariable = " none"
87+ typeCheckingMode = " off"
You can’t perform that action at this time.
0 commit comments