diff --git a/src/server/mcp.ts b/src/server/mcp.ts index 791facef1..43ba5f17c 100644 --- a/src/server/mcp.ts +++ b/src/server/mcp.ts @@ -1096,7 +1096,7 @@ export class ResourceTemplate { uriTemplate: string | UriTemplate, private _callbacks: { /** - * A callback to list all resources matching this template. This is required to specified, even if `undefined`, to avoid accidentally forgetting resource listing. + * A callback to list all resources matching this template. This is required to be specified, even if `undefined`, to avoid accidentally forgetting resource listing. */ list: ListResourcesCallback | undefined;