Skip to content

Commit a258e8f

Browse files
author
klapaudius
committed
Fix formatting in CHANGELOG.md for code snippet under MigrateToolSchemaCommand.
1 parent 9a779f8 commit a258e8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
- Update tool documentation to use StructuredSchema for input/output schemas
2121
- **Migration Command**
2222
- Add the MigrateToolSchemaCommand to help developers on tools new StructuredSchema feature migration:
23-
php bin/console mcp:migrate-tool-schema \\App\\MCP\\Tools\\MyLegacyTool
23+
```php
24+
php bin/console mcp:migrate-tool-schema \\App\\MCP\\Tools\\MyLegacyTool
25+
```
2426

2527
### Version 1.4.0
2628
- **Core Features:**

0 commit comments

Comments
 (0)