Skip to content

Commit 592c545

Browse files
committed
Remove the unused maybeAddMcpScope method from the Registrar class
1 parent 9b9037c commit 592c545

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Server/Registrar.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ public static function ensureMcpScope(): array
124124
return $current;
125125
}
126126

127-
/**
128-
* @return array<string, string>
129-
*/
130-
protected function maybeAddMcpScope(): array
131-
{
132-
return static::ensureMcpScope();
133-
}
134-
135127
/**
136128
* @param class-string<Server> $serverClass
137129
* @param callable(): Transport $transportFactory

0 commit comments

Comments
 (0)