[Quarkus MCP server](https://github.com/quarkiverse/quarkus-mcp-server) provides nice annotation to define tools: * [@Tool](https://github.com/quarkiverse/quarkus-mcp-server/blob/main/core/runtime/src/main/java/io/quarkiverse/mcp/server/Tool.java) * [@ToolArg](https://github.com/quarkiverse/quarkus-mcp-server/blob/main/core/runtime/src/main/java/io/quarkiverse/mcp/server/ToolArg.java) I wonder if MCP Java SDK could provide those annotations and each MCP Server implementation could use it with their implementation? //cc @mkouba
Quarkus MCP server provides nice annotation to define tools:
I wonder if MCP Java SDK could provide those annotations and each MCP Server implementation could use it with their implementation?
//cc @mkouba