io.github.let-sunny/canicode✓
io.github.let-sunny/canicode · v0.5.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.let-sunny/canicode",
"description": "Analyze Figma designs for dev & AI readiness. 39 rules, scoring, HTML reports.",
"repository": {
"url": "https://github.com/let-sunny/canicode",
"source": "github"
},
"version": "0.5.2",
"packages": [
{
"registryType": "npm",
"identifier": "canicode",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Figma personal access token for REST API access and comment posting",
"format": "string",
"isSecret": true,
"name": "FIGMA_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}