Skip to content

Commit c61b564

Browse files
Linted
1 parent 2ec7ac5 commit c61b564

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/mcp-bundle/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Configuration
6464
url: 'http://localhost:8000/sse' # URL to SSE endpoint of MCP server
6565
6666
To add your tools to the MCP server, add the tag:
67+
6768
.. code-block:: yaml
6869
6970
App\MCP\Tools\MyCustomTool:

src/mcp-bundle/src/DependencyInjection/ContainerBuilder/MCPToolChainCompilerPass.php

Lines changed: 9 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 Symfony package.
7+
*
8+
* (c) Fabien Potencier <[email protected]>
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 Symfony\AI\McpBundle\DependencyInjection\ContainerBuilder;
615

716
use Symfony\AI\McpSdk\Capability\Tool\CollectionInterface;

0 commit comments

Comments
 (0)