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
and don't need to care how to create the MCP resources, prompts, and tools. You only need to annotate them like this:
28
+
No need to care about the low-level details of native MCP Java SDK and how to create the MCP resources, prompts, and tools. Just annotate them like this:
28
29
29
30
[source,java]
30
31
----
@@ -34,7 +35,7 @@ public class MyMcpResources {
34
35
// This method defines a MCP resource to expose the OS env variables
0 commit comments