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 0eecd64 commit e082fd3Copy full SHA for e082fd3
README.md
@@ -239,7 +239,6 @@ $server = Server::builder()
239
**Learning:**
240
- [Examples](docs/examples.md) - Comprehensive example walkthroughs
241
242
-
243
**External Resources:**
244
- [Model Context Protocol documentation](https://modelcontextprotocol.io)
245
- [Model Context Protocol specification](https://spec.modelcontextprotocol.io)
src/Server/Builder.php
@@ -391,7 +391,6 @@ public function build(): Server
391
$container = $this->container ?? new Container();
392
$registry = new Registry($this->eventDispatcher, $logger);
393
394
- // Enable Client logging capability if requested
395
if (!$this->logging) {
396
$registry->disableLogging();
397
}
0 commit comments