Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPrompts ¶
func RegisterTools ¶
func StartWithMode ¶
func StartWithMode(mode ServerMode, addr, version string)
StartWithMode starts the MCP server with the specified mode and address mode: "stdio" for standard input/output, "http" for HTTP/SSE addr: address to listen on (only used for HTTP mode, e.g., ":8080") version: version of the MCP server
func TestFileURIToPath ¶
func TestIsASCIILetter ¶
Types ¶
type ServerMode ¶
type ServerMode string
ServerMode defines the transport mode for the MCP server
const ( ModeStdio ServerMode = "stdio" ModeHTTP ServerMode = "http" )
Click to show internal directories.
Click to hide internal directories.