Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMCPCommand ¶
AddMCPCommand adds the MCP command to the root command
Types ¶
type WebServerMCP ¶
type WebServerMCP struct {
JSEngine *engine.Engine
JSPort int
AdminPort int
JSBaseURL string
AdminBaseURL string
}
WebServerMCP represents the MCP server instance with dynamic port allocation
var GlobalWebServerMCP *WebServerMCP
GlobalWebServerMCP is the global MCP server instance
func NewWebServerMCP ¶
func NewWebServerMCP() (*WebServerMCP, error)
NewWebServerMCP creates a new WebServerMCP instance with free ports
Click to show internal directories.
Click to hide internal directories.