PettyUI/.mcp.json
2026-03-30 12:08:51 +07:00

11 lines
181 B
JSON

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