Documentation
¶
Index ¶
Constants ¶
View Source
const ( CliName = "moling" CliNameZh = "魔灵" MCPServerName = "MoLing MCP Server" CliDescription = "MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant." CliDescriptionZh = "" /* 140-byte string literal not displayed */ CliHomepage = "https://gojue.cc/moling" CliAuthor = "CFC4N <cfc4ncs@gmail.com>" CliGithubRepo = "https://github.com/gojue/moling" CliDescriptionLong = `` /* 694-byte string literal not displayed */ CliDescriptionLongZh = `` /* 512-byte string literal not displayed */ )
View Source
const ( MLConfigName = "config.json" // config file name of MoLing Server MLRootPath = ".moling" // config file name of MoLing Server MLPidName = "moling.pid" // pid file name LogFileName = "moling.log" // log file name MaxLogSize = 1024 * 1024 * 512 // 512MB )
Variables ¶
View Source
var (
GitVersion = "unknown_arm64_v0.0.0_2025-03-22 20:08"
)
Functions ¶
func ClientCommandFunc ¶ added in v0.0.7
ClientCommandFunc executes the "config" command.
func ConfigCommandFunc ¶ added in v0.0.2
ConfigCommandFunc executes the "config" command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.