package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jul 31, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Install adds GCP logging related tools to an MCP server.
type GetLogSchemaRequest struct {
LogType string `json:"log_type"`
}
type LogQueryRequest struct {
Query string `json:"query"`
ProjectID string `json:"project_id"`
TimeRange *TimeRange `json:"time_range,omitempty"`
Since string `json:"since,omitempty"`
Limit int `json:"limit,omitempty"`
Format string `json:"format,omitempty"`
}
type TimeRange struct {
StartTime time.Time `json:"start_time"`
EndTime time.Time `json:"end_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.