MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / deleteMCPServer

Method deleteMCPServer

module/service/iml.go:401–403  ·  view source on GitHub ↗
(ctx context.Context, sid string)

Source from the content-addressed store, hash-verified

399}
400
401func (i *imlServiceModule) deleteMCPServer(ctx context.Context, sid string) {
402 mcp_server.DelServer(sid)
403}
404
405func (i *imlServiceModule) ExportAll(ctx context.Context) ([]*service_dto.ExportService, error) {
406 services, err := i.serviceService.ServiceList(ctx)

Callers 3

CreateMethod · 0.95
EditMethod · 0.95
DeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected