Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BatteryResponse ¶
type BatteryResponse struct {
BatteryLevel float64 `json:"battery_level"`
}
type Config ¶
type Config struct { Name string // Service Name Version string // Service Version UseSSE bool // Use SSE Transport instead of STDIO SSEHostPort string // HostPort to use for SSE }
Config is configuration for our MCP server
type RssiResponse ¶
type RssiResponse struct {
RssiLevel float64 `json:"rssi_level"`
}
Click to show internal directories.
Click to hide internal directories.