We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•276 B
# How to work with third-party deps?
Use [`go` tool](https://go.dev/doc/modules/managing-dependencies) for that
1. Add/Remove a dependency in your code
1. `cd buck2/prelude/go_bootstrap/tools`
1. `go mod tidy` - to resolve deps
1. `go mod vendor` - to save deps in the repo