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 8a4559f commit 74cc674Copy full SHA for 74cc674
src/MCP/Concerns/FieldMcpSchemaDetection.php
@@ -65,7 +65,7 @@ public function getDescription(RestifyRequest $request, Repository $repository):
65
66
if ($description = data_get($this->jsonSchema()?->toArray(), 'description')) {
67
if (is_string($description)) {
68
- return $description . ' ' . $partialDescription;
+ return $description . $partialDescription;
69
}
70
71
0 commit comments