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
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,7 @@ streamable:
83
83
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:
84
84
85
85
```java
86
-
@McpResources
87
-
public class MyMcpResources {
86
+
public class McpResources {
88
87
89
88
// This method defines a MCP resource to expose the OS env variables
0 commit comments