Class TurMcpServerAPI
java.lang.Object
com.viglet.turing.api.mcp.TurMcpServerAPI
-
Constructor Summary
ConstructorsConstructorDescriptionTurMcpServerAPI(TurMcpServerRepository turMcpServerRepository, TurMcpServerMapper turMcpServerMapper) -
Method Summary
Modifier and TypeMethodDescriptionturMcpServerAdd(TurMcpServerDto turMcpServerDto) booleanturMcpServerUpdate(String id, TurMcpServerDto turMcpServerDto)
-
Constructor Details
-
TurMcpServerAPI
public TurMcpServerAPI(TurMcpServerRepository turMcpServerRepository, TurMcpServerMapper turMcpServerMapper)
-
-
Method Details
-
turMcpServerList
-
turMcpServerStructure
-
turMcpServerGet
-
turMcpServerUpdate
@PutMapping("/{id}") public TurMcpServerDto turMcpServerUpdate(@PathVariable String id, @RequestBody TurMcpServerDto turMcpServerDto) -
turMcpServerDelete
-
turMcpServerAdd
-