diff --git a/src/ModelContextProtocol.Core/Server/McpServerPrimitiveCollection.cs b/src/ModelContextProtocol.Core/Server/McpServerPrimitiveCollection.cs index 96a349560..1aacfaff5 100644 --- a/src/ModelContextProtocol.Core/Server/McpServerPrimitiveCollection.cs +++ b/src/ModelContextProtocol.Core/Server/McpServerPrimitiveCollection.cs @@ -120,7 +120,7 @@ public virtual bool TryGetPrimitive(string name, [NotNullWhen(true)] out T? prim /// Checks if a specific primitive is present in the collection of primitives. /// The primitive to search for in the collection. - /// if the primitive was found in the collection and returned; if it wasn't found. + /// if the primitive was found in the collection and returned; if it wasn't found. /// is . public virtual bool Contains(T primitive) {