Skip to content

Commit 1406493

Browse files
authored
fix: typo in comment in ResourceTemplate class
1 parent f657ead commit 1406493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ export class ResourceTemplate {
10961096
uriTemplate: string | UriTemplate,
10971097
private _callbacks: {
10981098
/**
1099-
* A callback to list all resources matching this template. This is required to specified, even if `undefined`, to avoid accidentally forgetting resource listing.
1099+
* A callback to list all resources matching this template. This is required to be specified, even if `undefined`, to avoid accidentally forgetting resource listing.
11001100
*/
11011101
list: ListResourcesCallback | undefined;
11021102

0 commit comments

Comments
 (0)