File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ class {{ class }} extends Server
25
25
* The tools registered with this MCP server.
26
26
*
27
27
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/tools
28
+ *
29
+ * @param array<int, class-string<\Laravel\Mcp\Server\Tool>> $tools
28
30
*/
29
31
public array $tools = [
30
32
// ExampleTool::class,
@@ -34,6 +36,8 @@ class {{ class }} extends Server
34
36
* The resources registered with this MCP server.
35
37
*
36
38
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/resources
39
+ *
40
+ * @param array<int, class-string<\Laravel\Mcp\Server\Resource>> $resources
37
41
*/
38
42
public array $resources = [
39
43
// ExampleResource::class,
@@ -43,6 +47,8 @@ class {{ class }} extends Server
43
47
* The prompts registered with this MCP server.
44
48
*
45
49
* See: https://modelcontextprotocol.io/specification/2025-06-18/server/prompts
50
+ *
51
+ * @param array<int, class-string<\Laravel\Mcp\Server\Prompt>> $prompts
46
52
*/
47
53
public array $prompts = [
48
54
// ExamplePrompt::class,
You can’t perform that action at this time.
0 commit comments