We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6d684 commit d67cc4cCopy full SHA for d67cc4c
1 file changed
src/ModelContextProtocol/Diagnostics.cs
@@ -5,7 +5,7 @@ namespace ModelContextProtocol;
5
6
internal static class Diagnostics
7
{
8
- internal static ActivitySource ActivitySource { get; } = new("Exprimental.ModelContextProtocol");
+ internal static ActivitySource ActivitySource { get; } = new("Experimental.ModelContextProtocol");
9
10
/// <summary>
11
/// Follows boundaries from http.server.request.duration/http.client.request.duration
0 commit comments