EndpointSpec constructor
EndpointSpec({
- required String path,
- MeshagentEndpointSpec? meshagent,
- MCPEndpointSpec? mcp,
Implementation
EndpointSpec({required this.path, this.meshagent, this.mcp});