Skip to content

Commit 8317429

Browse files
committed
Add auth annotations
1 parent 0746386 commit 8317429

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Server/NotificationPublisher.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the official PHP MCP SDK.
7+
*
8+
* A collaboration between Symfony and the PHP Foundation.
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Mcp\Server;
615

716
use Mcp\Event\PromptListChangedEvent;
@@ -15,6 +24,9 @@
1524
use Symfony\Component\EventDispatcher\EventDispatcher;
1625
use Symfony\Contracts\EventDispatcher\Event;
1726

27+
/**
28+
* @author Aggelos Bellos <[email protected]>
29+
*/
1830
class NotificationPublisher
1931
{
2032
/**

0 commit comments

Comments
 (0)