Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFileByIDArgs ¶
type GetFileByIDArgs struct {
ID string `json:"id" jsonschema:"The Google Drive file ID"`
}
type GetFileByIDResult ¶
type GetFileContentArgs ¶
type GetFileContentArgs struct {
FileID string `json:"file_id" jsonschema:"The Google Drive file ID"`
}
type GetFileContentResult ¶
type GetSyncStatusResult ¶
type ListFolderArgs ¶
type ListFolderArgs struct {
Path string `json:"path" jsonschema:"The folder path to list files from"`
}
Tool input structs
type ListFolderResult ¶
Tool result structs
type MCPWorker ¶
type MCPWorker struct {
// contains filtered or unexported fields
}
MCPWorker implements the Worker interface for the Model Context Protocol server.
type SearchFilesArgs ¶
type SearchFilesArgs struct {
Query string `json:"query" jsonschema:"The search query (matches name or folder path)"`
}
type SearchFilesResult ¶
Click to show internal directories.
Click to hide internal directories.