File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/amazon/opentelemetry/distro/instrumentation/mcp Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ classifiers = [
21
21
" Programming Language :: Python :: 3.9" ,
22
22
" Programming Language :: Python :: 3.10" ,
23
23
" Programming Language :: Python :: 3.11" ,
24
+ " Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
24
26
]
25
27
26
28
dependencies = [
@@ -113,4 +115,4 @@ include = [
113
115
]
114
116
115
117
[tool .hatch .build .targets .wheel ]
116
- packages = [" src/amazon" ]
118
+ packages = [" src/amazon" ]
Original file line number Diff line number Diff line change @@ -24,5 +24,8 @@ opentelemetry-instrument python your_mcp_app.py
24
24
25
25
## Spans Created
26
26
27
- - ** Client** : ` client.send_request `
27
+ - ** Client** :
28
+ - Initialize: ` mcp.initialize `
29
+ - List Tools: ` mcp.list_tools `
30
+ - Call Tool: ` mcp.call_tool.{tool_name} `
28
31
- ** Server** : ` tools/initialize ` , ` tools/list ` , ` tools/{tool_name} `
You can’t perform that action at this time.
0 commit comments