We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0746386 commit 8317429Copy full SHA for 8317429
src/Server/NotificationPublisher.php
@@ -2,6 +2,15 @@
2
3
declare(strict_types=1);
4
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
+
14
namespace Mcp\Server;
15
16
use Mcp\Event\PromptListChangedEvent;
@@ -15,6 +24,9 @@
24
use Symfony\Component\EventDispatcher\EventDispatcher;
25
use Symfony\Contracts\EventDispatcher\Event;
17
26
27
+/**
28
+ * @author Aggelos Bellos <[email protected]>
29
18
30
class NotificationPublisher
19
31
{
20
32
/**
0 commit comments