You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Process a method with a given MCP attribute instance.
218
218
* Can be called for regular methods or the __invoke method of an invokable class.
219
219
*
220
-
* @param \ReflectionMethod $method The target method (e.g., regular method or __invoke).
221
-
* @param DiscoveredCount $discoveredCount pass by reference to update counts
222
-
* @param \ReflectionAttribute<McpTool|McpResource|McpPrompt|McpResourceTemplate> $attribute the ReflectionAttribute instance found (on method or class)
* @param \ReflectionMethod $method The target method (e.g., regular method or __invoke).
221
+
* @param DiscoveredCount $discoveredCount pass by reference to update counts
222
+
* @param \ReflectionAttribute<McpTool|McpResource|McpPrompt|McpResourceTemplate> $attribute the ReflectionAttribute instance found (on method or class)
0 commit comments