Skip to main content
Glama
const.go576 B
package deploy const toolName = "ig_deploy" // actions for the lifecycle tool const ( actionDeployIG = "deploy" actionUndeployIG = "undeploy" actionUpgradeIG = "upgrade" actionIsDeployed = "is_deployed" ) const ( defaultChartUrl = "oci://ghcr.io/inspektor-gadget/inspektor-gadget/charts/gadget" defaultReleaseUrl = "https://api.github.com/repos/inspektor-gadget/inspektor-gadget/releases/latest" defaultReleaseName = "gadget" defaultNamespace = "gadget" ) var actions = []string{ actionDeployIG, actionUndeployIG, actionUpgradeIG, actionIsDeployed, }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inspektor-gadget/ig-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server