url

public final Tool.McpServer.Builder url(String url)

The full URL for the MCPServer endpoint. Example: "https://api.example.com/mcp"


public final Tool.McpServer.Builder url(JsonField<String> url)

Sets Builder.url to an arbitrary JSON value.

You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.