File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * @author Kyrian Obikwelu <koshnawaza@gmail.com>
2121 */
2222#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS )]
23- final class McpPrompt
23+ class McpPrompt
2424{
2525 /**
2626 * @param ?string $name overrides the prompt name (defaults to method name)
Original file line number Diff line number Diff line change 2121 * @author Kyrian Obikwelu <koshnawaza@gmail.com>
2222 */
2323#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS )]
24- final class McpResource
24+ class McpResource
2525{
2626 /**
2727 * @param string $uri The specific URI identifying this resource instance. Must be unique within the server.
Original file line number Diff line number Diff line change 2020 * @author Kyrian Obikwelu <koshnawaza@gmail.com>
2121 */
2222#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS )]
23- final class McpResourceTemplate
23+ class McpResourceTemplate
2424{
2525 /**
2626 * @param string $uriTemplate the URI template string (RFC 6570)
You can’t perform that action at this time.
0 commit comments