Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateFile ¶
type StateFile struct {
// Python configuration state
PythonPath string `json:"python_path,omitempty"`
DoclingAvailable bool `json:"docling_available"`
DoclingLastChecked int64 `json:"docling_last_checked,omitempty"` // Unix timestamp
// contains filtered or unexported fields
}
StateFile represents the cached state for mcp-devtools
func GetGlobalState ¶
func GetGlobalState() *StateFile
GetGlobalState returns the singleton global state
func (*StateFile) GetPythonPath ¶
GetPythonPath returns the cached Python path
Click to show internal directories.
Click to hide internal directories.