Update mcp tool universe

This commit is contained in:
shahondin1624
2026-02-14 11:09:37 +01:00
parent 3da5013cbc
commit 3030088124
26 changed files with 1268 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
package mcp.util;
public record None<T>() implements Option<T> {
}