Skip to content

Commit 504d57e

Browse files
committed
style
1 parent f098640 commit 504d57e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stubs/server.stub

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ class {{ class }} extends Server
2525
* The tools registered with this MCP server.
2626
*
2727
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/tools
28+
*
29+
* @param array<int, class-string<\Laravel\Mcp\Server\Tool>> $tools
2830
*/
2931
public array $tools = [
3032
// ExampleTool::class,
@@ -34,6 +36,8 @@ class {{ class }} extends Server
3436
* The resources registered with this MCP server.
3537
*
3638
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/resources
39+
*
40+
* @param array<int, class-string<\Laravel\Mcp\Server\Resource>> $resources
3741
*/
3842
public array $resources = [
3943
// ExampleResource::class,
@@ -43,6 +47,8 @@ class {{ class }} extends Server
4347
* The prompts registered with this MCP server.
4448
*
4549
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/prompts
50+
*
51+
* @param array<int, class-string<\Laravel\Mcp\Server\Prompt>> $prompts
4652
*/
4753
public array $prompts = [
4854
// ExamplePrompt::class,

0 commit comments

Comments
 (0)