Skip to content

Commit f7dcd5e

Browse files
committed
fix toml
1 parent a191a8a commit f7dcd5e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

instrumentation-genai/opentelemetry-instrumentation-mcp/pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.rst"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.8, <=3.13"
1212
authors = [
13-
{ name = "LoongSuite Python Agent Authors", email = "[email protected]" },
13+
{ name = "LoongSuite Python Agent Authors"},
1414
]
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
@@ -49,7 +49,7 @@ test = [
4949
type-check = []
5050

5151
[project.entry-points.opentelemetry_instrumentor]
52-
mcp = "opentelemetry.instrumentation.mcp:MCPClientInstrumentor"
52+
mcp = "opentelemetry.instrumentation.mcp:MCPInstrumentor"
5353

5454
[project.urls]
5555
Homepage = "https://github.com/alibaba/loongsuite-python-agent/tree/main/instrumentation-genai/opentelemetry-instrumentation-mcp"
@@ -77,4 +77,11 @@ addopts = """
7777
"""
7878
filterwarnings = [
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"

0 commit comments

Comments
 (0)