Documentation
¶
Overview ¶
Package projectstatistics implements MCP tools for GitLab project statistics.
The package wraps the GitLab Project statistics API:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionSpecs ¶
func ActionSpecs(client *gitlabclient.Client) []toolutil.ActionSpec
ActionSpecs returns canonical specs for project statistics actions.
func FormatMarkdown ¶
FormatMarkdown formats project statistics as markdown.
Types ¶
type GetInput ¶
type GetInput struct {
ProjectID toolutil.StringOrInt `json:"project_id" jsonschema:"Project ID or URL-encoded path,required"`
}
GetInput contains parameters for getting project statistics.
Click to show internal directories.
Click to hide internal directories.