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 4f2d3fc commit 07ea140Copy full SHA for 07ea140
src/Capability/Registry/ReferenceHandler.php
@@ -13,10 +13,10 @@
13
14
use Mcp\Exception\InvalidArgumentException;
15
use Mcp\Exception\RegistryException;
16
+use Mcp\Schema\Metadata;
17
use Mcp\Server\ClientAwareInterface;
18
use Mcp\Server\ClientGateway;
19
use Mcp\Server\Session\SessionInterface;
-use Mcp\Schema\Metadata;
20
use Psr\Container\ContainerInterface;
21
22
/**
tests/Unit/Capability/Registry/ReferenceHandlerTest.php
@@ -4,6 +4,9 @@
4
* This file is part of the official PHP MCP SDK.
5
*
6
* A collaboration between Symfony and the PHP Foundation.
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
*/
11
12
namespace Mcp\Tests\Unit\Capability\Registry;
0 commit comments