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.
MigrateToolSchemaCommand
1 parent 9a779f8 commit a258e8fCopy full SHA for a258e8f
CHANGELOG.md
@@ -20,7 +20,9 @@
20
- Update tool documentation to use StructuredSchema for input/output schemas
21
- **Migration Command**
22
- Add the MigrateToolSchemaCommand to help developers on tools new StructuredSchema feature migration:
23
- php bin/console mcp:migrate-tool-schema \\App\\MCP\\Tools\\MyLegacyTool
+ ```php
24
+ php bin/console mcp:migrate-tool-schema \\App\\MCP\\Tools\\MyLegacyTool
25
+ ```
26
27
### Version 1.4.0
28
- **Core Features:**
0 commit comments