Interface McpAsyncServerCustomizer


public interface McpAsyncServerCustomizer
Interface for customizing synchronous MCP server configurations.
Since:
1.1.3
Author:
Daniel Garnier-Moiroux
See Also:
  • McpServer.AsyncSpecification
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.modelcontextprotocol.server.McpServer.AsyncSpecification<?> serverBuilder)
     
  • Method Details

    • customize

      void customize(io.modelcontextprotocol.server.McpServer.AsyncSpecification<?> serverBuilder)