PettyUI/.mcp.json
2026-03-31 21:42:28 +07:00

11 lines
181 B
JSON

{
"mcpServers": {
"pettyui": {
"command": "node",
"args": [
"/Users/matsbosson/Documents/StayThree/PettyUI/packages/mcp/dist/index.js"
]
}
}
}