Skip to content

Commit 74cc674

Browse files
committed
fix: wip
1 parent 8a4559f commit 74cc674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MCP/Concerns/FieldMcpSchemaDetection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getDescription(RestifyRequest $request, Repository $repository):
6565

6666
if ($description = data_get($this->jsonSchema()?->toArray(), 'description')) {
6767
if (is_string($description)) {
68-
return $description . ' ' . $partialDescription;
68+
return $description . $partialDescription;
6969
}
7070
}
7171

0 commit comments

Comments
 (0)