Skip to content

Commit c408cc5

Browse files
lint
1 parent d22bc8a commit c408cc5

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/mcp-bundle/config/services.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1313

14-
use Symfony\AI\McpSdk\Capability\Tool\IdentifierInterface;
1514
use Symfony\AI\McpSdk\Capability\ToolChain;
1615
use Symfony\AI\McpSdk\Message\Factory;
1716
use Symfony\AI\McpSdk\Server;
@@ -75,7 +74,7 @@
7574
])
7675
->set('mcp.tool_chain', ToolChain::class)
7776
->args([
78-
tagged_iterator('mcp.tool')
77+
tagged_iterator('mcp.tool'),
7978
])
8079
->alias('mcp.tool_executor', 'mcp.tool_chain')
8180
->alias('mcp.tool_collection', 'mcp.tool_chain')

src/mcp-bundle/doc/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ Configuration
6363
sse:
6464
url: 'http://localhost:8000/sse' # URL to SSE endpoint of MCP server
6565
66-
To add your tools to the MCP server, add the following tag::
67-
68-
#[AutoconfigureTag('mcp.tool')]
69-
class CurrentTimeTool implements MetadataInterface, ToolExecutorInterface
70-
7166
.. _`Model Context Protocol`: https://modelcontextprotocol.io/
7267
.. _`symfony/mcp-sdk`: https://github.com/symfony/mcp-sdk
7368
.. _`Claude Desktop`: https://claude.ai/download

src/mcp-bundle/src/McpBundle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
final class McpBundle extends AbstractBundle
2525
{
26-
2726
public function configure(DefinitionConfigurator $definition): void
2827
{
2928
$definition->import('../config/options.php');

0 commit comments

Comments
 (0)