Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Home MCP Server
by
jmagar
Verified
GitHub
Home Automation & IoT
TypeScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
utils
src/utils/positioning.ts
src/utils/validation.ts
export function calculateNextPosition(current: { x: number; y: number }): { x: number; y: number } { return { x: current.x + 200, y: current.y }; }