EndpointSpec constructor

EndpointSpec({
  1. required String path,
  2. MeshagentEndpointSpec? meshagent,
  3. MCPEndpointSpec? mcp,
})

Implementation

EndpointSpec({required this.path, this.meshagent, this.mcp});