Discover Packages
github.com/perses/mcp-server
pkg
tools
variable
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 10, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CreateProjectVariableInput struct {
Name string `json:"name" jsonschema:"Variable name"`
Project string `json:"project" jsonschema:"Project name"`
}
type DeleteProjectVariableInput struct {
Name string `json:"name" jsonschema:"Variable name to delete"`
Project string `json:"project" jsonschema:"Project name"`
}
type GetProjectVariableByNameInput struct {
Project string `json:"project" jsonschema:"Project name"`
Name string `json:"name" jsonschema:"Variable name"`
}
type ListProjectVariablesInput struct {
Project string `json:"project" jsonschema:"Project name"`
}
type UpdateProjectVariableInput struct {
Name string `json:"name" jsonschema:"Variable name"`
Project string `json:"project" jsonschema:"Project name"`
Value string `json:"value" jsonschema:"Variable value (for TextVariable)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.