
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/jeremiascaballero/apigolangmvc
La rama main cuenta con la estructura mvc, y el modelo implementando con GORM
Se debe importar la base de datos o crear una (vuelo), las tablas que esta contenga se crean solas al iniciar el main.go
GetVuelos | GetVuelo | Addvuelo | Deletevuelo | Updatevuelo |
localhost:8080/getvuelos (trae todos los vuelos) | localhost:8080/getvuelo/:id (trae un vuelo dado un id) | localhost:8080/addvuelo/:id (agrega un vuelo dado un id) | localhost:8080/deletevuelo/:id (elimina un vuelo dado un id) | localhost:8080/updatevuelo/:id (actualiza un vuelo dado un id) |
Para enviar datos al servidor se necesita crear un JSON con la siguiente estructura
{
"Destino" "agregeUnDestino" // string
}
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.