Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2026 Changes in this version + func RegisterBillingTools(s *mcp.Server, c *client.APIClient) + func RegisterDeploymentTools(s *mcp.Server, c *client.APIClient) + func RegisterDeploymentWriteTools(s *mcp.Server, c *client.APIClient) + func RegisterDomainTools(s *mcp.Server, c *client.APIClient) + func RegisterDomainWriteTools(s *mcp.Server, c *client.APIClient) + func RegisterMigrationPrompts(s *mcp.Server) + func RegisterMigrationResources(s *mcp.Server) + func RegisterMigrationTools(s *mcp.Server, c *client.APIClient) + func RegisterProjectTools(s *mcp.Server, c *client.APIClient) + func RegisterProjectWriteTools(s *mcp.Server, c *client.APIClient) + func RegisterShareTools(s *mcp.Server, c *client.APIClient) + func RegisterTeamTools(s *mcp.Server, c *client.APIClient) + type AddDomainParams struct + Domain string + ProjectID string + type AnalyzeProjectConfigParams struct + ConfigContent string + SourcePlatform string + type CancelDeploymentParams struct + ID string + type CheckSubdomainParams struct + Subdomain string + type CreateProjectParams struct + BuildCommand string + DefaultBranch string + Framework string + GitProvider string + GitRepoURL string + GitToken string + Name string + OutputDir string + type CreateShareLinkParams struct + DeploymentID string + ExpiresIn string + Password string + type DeleteProjectParams struct + ID string + type GetBillingPlanParams struct + type GetBuildLogsParams struct + ID string + type GetDNSInstructionsParams struct + ID string + type GetDeploymentParams struct + ID string + type GetDomainStatusParams struct + ID string + type GetProjectParams struct + ID string + type ListDeploymentsParams struct + Page int + PageSize int + ProjectID string + Status string + type ListDomainsParams struct + Page int + PageSize int + ProjectID string + type ListProjectsParams struct + Page int + PageSize int + Search string + type ListTeamInvitationsParams struct + type ListTeamMembersParams struct + type MigrateFromCloudflareParams struct + ConfigContent string + DefaultBranch string + GitProvider string + GitRepoURL string + GitToken string + ProjectName string + type MigrateFromNetlifyParams struct + ConfigContent string + DefaultBranch string + GitProvider string + GitRepoURL string + GitToken string + ProjectName string + type MigrateFromVercelParams struct + ConfigContent string + DefaultBranch string + GitProvider string + GitRepoURL string + GitToken string + ProjectName string + type PromoteDeploymentParams struct + DeploymentID string + ProjectID string + type RemoveDomainParams struct + ID string + type RevokeShareLinkParams struct + ID string + type TriggerDeploymentParams struct + Branch string + CommitHash string + CommitMessage string + ProjectID string + type UpdateProjectParams struct + BuildCommand string + DefaultBranch string + Framework string + GitProvider string + GitRepoURL string + GitToken string + ID string + Name string + OutputDir string + Subdomain string + type ValidateGitRepoParams struct + GitProvider string + GitRepoURL string + GitToken string + type VerifyDomainParams struct + ID string