{"_id":"@arc-ui/mcp","_rev":"14-12f3223c9ad521b08e22d7f04f906b64","name":"@arc-ui/mcp","dist-tags":{"latest":"13.14.0"},"versions":{"13.10.0":{"name":"@arc-ui/mcp","version":"13.10.0","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"_id":"@arc-ui/mcp@13.10.0","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"homepage":"https://ui.digital-ent-int.bt.com","bin":{"arc-mcp":"dist/index.js"},"dist":{"shasum":"671a8661b11fcf372e5336cf443061cf34c9b10b","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.10.0.tgz","fileCount":42,"integrity":"sha512-DHQqiESmMtXxpPJ94K1ULOrorg7b8xU4uTJhrfDQe5vcnWBq/n5z2G8POxJ4hCLqz/4F5gJ5+Oxe1u/gvK+FmQ==","signatures":[{"sig":"MEUCIAN9a4j/wOM1q6lLD/Pck2TBvvvZsk14ljfqlxLwnVItAiEAlVdKx2QXzAPjLoPpFd+bRBGP8AJwn7zrWyQAiBR24lY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5893112},"type":"module","_from":"file:arc-ui-mcp-13.10.0.tgz","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./componentCategories.json":"./dist/componentCategories.json"},"scripts":{"build":"tsup && pnpm copy:assets","start":"node dist/index.js","lint:ts":"eslint .","ts:check":"tsc --noEmit","copy:docs":"mkdir -p dist/docs && cp -r ../../apps/website/docs/* dist/docs/","copy:rules":"mkdir -p dist/rules && cp -r ../../.amazonq/rules/. dist/rules/","copy:types":"mkdir -p dist/types && cp ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","copy:tokens":"mkdir -p dist/tokens && cp ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cp ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cp ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cp ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","generate:categories":"node scripts/generate-component-categories.js"},"_npmUser":{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},"_resolved":"/tmp/b641e4bd75ba62f8e47cfcaa9b6c7452/arc-ui-mcp-13.10.0.tgz","_integrity":"sha512-DHQqiESmMtXxpPJ94K1ULOrorg7b8xU4uTJhrfDQe5vcnWBq/n5z2G8POxJ4hCLqz/4F5gJ5+Oxe1u/gvK+FmQ==","_npmVersion":"10.2.3","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"zod":"^3.25.0","@modelcontextprotocol/sdk":"^1.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.3.5","tslib":"^2.8.1","eslint":"^9.15.0","typescript":"5.6.3","@types/node":"^14.0.0","@arc-ui/icons":"^13.10.0","@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@arc-ui/components":"^13.10.0","@arc-ui/eslint-config":"^12.0.0","@arc-ui/typescript-config":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp_13.10.0_1778660529033_0.6582676917127652","host":"s3://npm-registry-packages-npm-production"}},"13.10.1":{"name":"@arc-ui/mcp","version":"13.10.1","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"_id":"@arc-ui/mcp@13.10.1","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"homepage":"https://ui.digital-ent-int.bt.com","bin":{"arc-mcp":"dist/index.js"},"dist":{"shasum":"76b76dbce4334d73c515d5e178ba33f9e74bd4c8","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.10.1.tgz","fileCount":42,"integrity":"sha512-BOKeIZGR2kup2Mc5lAYJhoJjDJq4FWiUG7QoOQlmo7BBEGjuQkPI6hTRT8FPngAyuuYAH/fdXyFCTNDepLQ8LA==","signatures":[{"sig":"MEUCIDsT+aIMbUZUKcGgf/GmJJdTp2q6SBjSz6D4vgWlc/lAAiEA8IvfxBmQCw+v0BQfVCSdTb9qypYKldmxh2/WicClPp8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5893617},"type":"module","_from":"file:arc-ui-mcp-13.10.1.tgz","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./componentCategories.json":"./dist/componentCategories.json"},"scripts":{"build":"rimraf dist && tsup && pnpm copy:assets","start":"node dist/index.js","lint:ts":"eslint .","ts:check":"tsc --noEmit","copy:docs":"cpy ../../apps/website/docs/* dist/docs/","copy:rules":"cpy ../../.amazonq/rules/* dist/rules","copy:types":"cpy ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","copy:tokens":"cpy ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cpy ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cpy ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cpy ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","generate:categories":"node scripts/generate-component-categories.js"},"_npmUser":{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},"_resolved":"/tmp/0a5765634fc139ed26eccf07ea98c919/arc-ui-mcp-13.10.1.tgz","_integrity":"sha512-BOKeIZGR2kup2Mc5lAYJhoJjDJq4FWiUG7QoOQlmo7BBEGjuQkPI6hTRT8FPngAyuuYAH/fdXyFCTNDepLQ8LA==","_npmVersion":"10.2.3","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"zod":"^3.25.0","@modelcontextprotocol/sdk":"^1.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.3.5","tslib":"^2.8.1","eslint":"^9.15.0","rimraf":"^6.0.1","cpy-cli":"^7.0.0","typescript":"5.6.3","@types/node":"^14.0.0","@arc-ui/icons":"^13.10.1","@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@arc-ui/components":"^13.10.1","@arc-ui/eslint-config":"^12.0.0","@arc-ui/typescript-config":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp_13.10.1_1779450623361_0.515701640051341","host":"s3://npm-registry-packages-npm-production"}},"13.11.0":{"name":"@arc-ui/mcp","version":"13.11.0","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"_id":"@arc-ui/mcp@13.11.0","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"homepage":"https://ui.digital-ent-int.bt.com","bin":{"arc-mcp":"dist/index.js"},"dist":{"shasum":"13c1822e6d1b54bbb388bbdebd83a9078fbcd61b","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.11.0.tgz","fileCount":42,"integrity":"sha512-+UGsnQh2g7InoDjjWYzN45l4I+31rRljcWjUGmU8v19RYYxjjYuzNJ71YmcRK/Mo40IvV4CWUheFPPK87YCJsg==","signatures":[{"sig":"MEUCIBLX2BC2Jv3SQfMKrG/wfa1GW0vUNVCMwalAIldzyFUTAiEAu+eO9FlPoOsEohdP52mZOWfzPwr6IlfliKdMoAN1B7Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5894062},"type":"module","_from":"file:arc-ui-mcp-13.11.0.tgz","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./componentCategories.json":"./dist/componentCategories.json"},"scripts":{"build":"rimraf dist && tsup && pnpm copy:assets","start":"node dist/index.js","lint:ts":"eslint .","ts:check":"tsc --noEmit","copy:docs":"cpy ../../apps/website/docs/* dist/docs/","copy:rules":"cpy ../../.amazonq/rules/* dist/rules","copy:types":"cpy ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","copy:tokens":"cpy ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cpy ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cpy ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cpy ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","generate:categories":"node scripts/generate-component-categories.js"},"_npmUser":{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},"_resolved":"/tmp/e06d8fea250305b155f687f357520dbe/arc-ui-mcp-13.11.0.tgz","_integrity":"sha512-+UGsnQh2g7InoDjjWYzN45l4I+31rRljcWjUGmU8v19RYYxjjYuzNJ71YmcRK/Mo40IvV4CWUheFPPK87YCJsg==","_npmVersion":"10.2.3","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","directories":{},"_nodeVersion":"20.10.0","dependencies":{"zod":"^3.25.0","@modelcontextprotocol/sdk":"^1.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.3.5","tslib":"^2.8.1","eslint":"^9.15.0","rimraf":"^6.0.1","cpy-cli":"^7.0.0","typescript":"5.6.3","@types/node":"^14.0.0","@arc-ui/icons":"^13.11.0","@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@arc-ui/components":"^13.11.0","@arc-ui/eslint-config":"^12.0.0","@arc-ui/typescript-config":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp_13.11.0_1780046023374_0.6561239842032731","host":"s3://npm-registry-packages-npm-production"}},"13.12.0":{"name":"@arc-ui/mcp","version":"13.12.0","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"_id":"@arc-ui/mcp@13.12.0","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"homepage":"https://ui.digital-ent-int.bt.com","bin":{"arc-mcp":"dist/index.js"},"dist":{"shasum":"c4064e4fdcadaac4e5d3749cd3bf96515fbdb3b5","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.12.0.tgz","fileCount":42,"integrity":"sha512-pD+GBzwplgdS8xL05Qj4Uujq+4r8RJ3Z+gLqsnv1GcyR400L7u8DkIFSLnIihZRGW/X51BVO8Lj1vapONHaOYA==","signatures":[{"sig":"MEYCIQDhc1OfUEBKYFyeev0d7+eOsks4vPvDUEKjgmYGFQdTkgIhANPMQemmG9KqOsGRt3sfsvfrm9xdMOZlrw4SjWMOhMOd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7025873},"type":"module","_from":"file:arc-ui-mcp-13.12.0.tgz","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./componentCategories.json":"./dist/componentCategories.json"},"scripts":{"build":"rimraf dist && tsup && pnpm copy:assets","start":"node dist/index.js","lint:ts":"eslint .","ts:check":"tsc --noEmit","copy:docs":"cpy ../../apps/website/docs/* dist/docs/","copy:rules":"cpy ../../.amazonq/rules/* dist/rules","copy:types":"cpy ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","copy:tokens":"cpy ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cpy ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cpy ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cpy ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","generate:categories":"node scripts/generate-component-categories.js"},"_npmUser":{"name":"robertspillane","email":"robert.spillane@bt.com"},"_resolved":"/tmp/cb912802c8813f8765a9e514af49c536/arc-ui-mcp-13.12.0.tgz","_integrity":"sha512-pD+GBzwplgdS8xL05Qj4Uujq+4r8RJ3Z+gLqsnv1GcyR400L7u8DkIFSLnIihZRGW/X51BVO8Lj1vapONHaOYA==","_npmVersion":"10.9.2","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.25.0","@modelcontextprotocol/sdk":"^1.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.3.5","tslib":"^2.8.1","eslint":"^9.15.0","rimraf":"^6.0.1","cpy-cli":"^7.0.0","typescript":"5.6.3","@types/node":"^14.0.0","@arc-ui/icons":"^13.12.0","@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@arc-ui/components":"^13.12.0","@arc-ui/eslint-config":"^12.0.0","@arc-ui/typescript-config":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp_13.12.0_1784798065327_0.27953037081805676","host":"s3://npm-registry-packages-npm-production"}},"13.13.0":{"name":"@arc-ui/mcp","version":"13.13.0","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"_id":"@arc-ui/mcp@13.13.0","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"homepage":"https://ui.digital-ent-int.bt.com","bin":{"arc-mcp":"dist/index.js"},"dist":{"shasum":"b2c71ecd62076c4685a5a0c551555e368062fd46","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.13.0.tgz","fileCount":46,"integrity":"sha512-D9o9kulMT/sa0xACnL8miKZZgrQ3CewbrGhbFjC5glAcDL18wSRVNHU5hfIUKGeAxQoZxWeb0qqv8XYOPvC+mQ==","signatures":[{"sig":"MEUCIAyyoKHE+iMlommZ1NGJjA056Ea9z8B7VZnOmQK/wo16AiEA3Uauu2R7tu8IiGUAfUOLPd3SAYIOhoFg0yLEAQRGWQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10326008},"type":"module","_from":"file:arc-ui-mcp-13.13.0.tgz","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./tools":{"import":{"types":"./dist/tools.d.ts","default":"./dist/tools.js"},"require":{"types":"./dist/tools.d.cts","default":"./dist/tools.cjs"}},"./componentCategories.json":"./dist/componentCategories.json"},"scripts":{"build":"rimraf dist && tsup && pnpm copy:assets","start":"node dist/index.js","lint:ts":"eslint .","ts:check":"tsc --noEmit","copy:docs":"node scripts/copy-docs.js","copy:rules":"cpy ../../.amazonq/rules/* dist/rules","copy:types":"cpy ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","copy:tokens":"cpy ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cpy ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cpy ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cpy ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","generate:categories":"node scripts/generate-component-categories.js"},"_npmUser":{"name":"robertspillane","email":"robert.spillane@bt.com"},"_resolved":"/tmp/2e79a0f37a714467dd4e264977a38a28/arc-ui-mcp-13.13.0.tgz","_integrity":"sha512-D9o9kulMT/sa0xACnL8miKZZgrQ3CewbrGhbFjC5glAcDL18wSRVNHU5hfIUKGeAxQoZxWeb0qqv8XYOPvC+mQ==","_npmVersion":"10.9.2","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.25.0","@modelcontextprotocol/sdk":"^1.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.3.5","tslib":"^2.8.1","eslint":"^9.15.0","rimraf":"^6.0.1","cpy-cli":"^7.0.0","typescript":"5.6.3","@types/node":"^14.0.0","@arc-ui/icons":"^13.13.0","@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@arc-ui/components":"^13.13.0","@arc-ui/eslint-config":"^12.0.0","@arc-ui/typescript-config":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mcp_13.13.0_1786545012369_0.6125020682675566","host":"s3://npm-registry-packages-npm-production"}},"13.14.0":{"name":"@arc-ui/mcp","version":"13.14.0","type":"module","homepage":"https://ui.digital-ent-int.bt.com","author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"bin":{"arc-mcp":"dist/index.js"},"dependencies":{"@modelcontextprotocol/sdk":"^1.0.2","zod":"^3.25.0"},"publishConfig":{"access":"public"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./tools":{"import":{"types":"./dist/tools.d.ts","default":"./dist/tools.js"},"require":{"types":"./dist/tools.d.cts","default":"./dist/tools.cjs"}},"./componentCategories.json":"./dist/componentCategories.json"},"devDependencies":{"@prettier/sync":"^0.5.2","@tsconfig/node16":"^16.1.3","@types/node":"^14.0.0","cpy-cli":"^7.0.0","eslint":"^9.15.0","rimraf":"^6.0.1","tslib":"^2.8.1","tsup":"^8.3.5","typescript":"5.6.3","@arc-ui/eslint-config":"^12.0.0","@arc-ui/components":"^13.14.0","@arc-ui/typescript-config":"^12.0.0","@arc-ui/icons":"^13.14.0"},"scripts":{"lint:ts":"eslint .","ts:check":"tsc --noEmit","build":"rimraf dist && tsup && pnpm copy:assets","generate:categories":"node scripts/generate-component-categories.js","copy:types":"cpy ../../packages/components/lib/index.d.cts dist/types/components.d.ts","copy:docs":"node scripts/copy-docs.js","copy:rules":"cpy ../../.amazonq/rules/* dist/rules","copy:tokens":"cpy ../../packages/tokens/arc/tokens.json dist/tokens/arc.json && cpy ../../packages/tokens/bt-enterprise/json/bt-enterprise.json dist/tokens/bt-enterprise.json && cpy ../../packages/tokens/ee/json/ee.json dist/tokens/ee.json && cpy ../../packages/tokens/bt-business/json/bt-business.json dist/tokens/bt-business.json","copy:assets":"pnpm generate:categories && pnpm copy:types && pnpm copy:docs && pnpm copy:rules && pnpm copy:tokens","start":"node dist/index.js"},"_id":"@arc-ui/mcp@13.14.0","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","_integrity":"sha512-rqeoBpGpve4ifHx4N7d843QhOpp6qM4gwDh0X0Ssk9vB9q8JdgbcZqsb/aTtgXEwroPL6f0pSJfDMokQH2e7hw==","_resolved":"/tmp/9c2f0133d2b6d0a73b8c3295103e2c25/arc-ui-mcp-13.14.0.tgz","_from":"file:arc-ui-mcp-13.14.0.tgz","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-rqeoBpGpve4ifHx4N7d843QhOpp6qM4gwDh0X0Ssk9vB9q8JdgbcZqsb/aTtgXEwroPL6f0pSJfDMokQH2e7hw==","shasum":"e8e7ff2183b1e120e0dcc4ea5e63818f512752c1","tarball":"https://registry.npmjs.org/@arc-ui/mcp/-/mcp-13.14.0.tgz","fileCount":46,"unpackedSize":10332745,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCeWhN3OzJi3XlP61phSXQZCm++jB3KTfKrhsEEKk7yzAIgcXGhly8wOAumvraworMcEw8pvySIaQch9KCCH3gJ4uM="}]},"_npmUser":{"name":"robertspillane","email":"robert.spillane@bt.com"},"directories":{},"maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_13.14.0_1787298908296_0.6816395258544892"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-13T08:22:08.954Z","modified":"2026-08-21T07:55:08.649Z","13.8.1":"2026-04-20T15:36:20.446Z","13.9.0":"2026-04-21T12:06:32.399Z","13.8.9":"2026-04-21T12:58:53.509Z","13.10.0":"2026-05-13T08:22:09.275Z","13.10.1":"2026-05-22T11:50:23.556Z","13.11.0":"2026-05-29T09:13:43.543Z","13.12.0":"2026-07-23T09:14:25.541Z","13.13.0":"2026-08-12T14:30:12.632Z","13.14.0":"2026-08-21T07:55:08.497Z"},"author":{"name":"BT Enterprise Digital UI Team","email":"ui-digital-ent-int@bt.com"},"homepage":"https://ui.digital-ent-int.bt.com","description":"A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.","maintainers":[{"name":"btdigitalent","email":"ui-digital-ent-int@bt.com"},{"name":"jfieldhousebt","email":"j.fieldhouse@bt.com"},{"name":"abuchohanbt","email":"abu-hurairah.chohan@bt.com"},{"name":"tim.sweeney","email":"timothy.sweeney@bt.com"},{"name":"robertspillane","email":"robert.spillane@bt.com"}],"readme":"# Arc MCP Server\n\nA Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the Arc UI System. Query Arc components, icons, and documentation directly from your AI assistant.\n\n## Features\n\n- **get_arc_components_list** — Returns a complete list of all available Arc components\n- **get_arc_icons_list** — Returns a complete list of all available Arc icons for BT and EE brands\n- **get_api_info** — Fetches TypeScript interface definitions and prop types for a component\n- **get_arc_docs_index** — Lists all available Arc documentation files with paths, titles, and previews\n- **get_arc_doc** — Retrieves the full content of a specific Arc documentation page by its ID\n- **get_arc_documentation_links** — Provides links to Arc documentation website pages, with optional search filtering\n- **get_storybook_links** — Generates direct links to component examples in Arc Storybook\n- **get_arc_guidelines** — Retrieves Arc development guidelines and best practices\n- **get_arc_rules** — Returns all Arc coding rules (components, TypeScript, imports, icons, packages, testing) as a single document\n\n## Versioning\n\n`@arc-ui/mcp` is versioned in sync with the other `@arc-ui` packages in the monorepo. Component and icon data is bundled at build time, so each version of the MCP server reflects the exact components and APIs available in the matching version of `@arc-ui/components`.\n\n## Setup\n\n### Install\n\n#### Local\n\n```bash\nnpm install @arc-ui/mcp\n# or\npnpm install @arc-ui/mcp\n```\n\n#### Global\n\n```bash\nnpm install -g @arc-ui/mcp\n# or\npnpm install -g @arc-ui/mcp\n```\n\n### Kiro CLI\n\n#### Local (workspace)\n\n```bash\nkiro-cli mcp add --name arc-mcp --command npx --args @arc-ui/mcp\n```\n\nOr manually add to `.kiro/settings/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"arc-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@arc-ui/mcp\"]\n    }\n  }\n}\n```\n\n#### Global\n\n```bash\nkiro-cli mcp add --name arc-mcp --command npx --args @arc-ui/mcp --scope global\n```\n\n### Amazon Q (VS Code)\n\nAdd the MCP server via the Amazon Q Chat panel in VS Code, or manually create/update `.vscode/mcp.json` in your project:\n\n```json\n{\n  \"servers\": {\n    \"arc-ui\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@arc-ui/mcp\"]\n    }\n  }\n}\n```\n\n## Example Queries\n\nOnce configured, you can ask your AI assistant:\n\n- _\"What components are available in Arc?\"_\n- _\"How do I use the ButtonV2 component?\"_\n- _\"Show me all Arc icons\"_\n- _\"Analyze the Calendar component structure\"_\n- _\"What's the difference between ButtonV2 and Button?\"_\n\n### Writing Arc-compliant code\n\nBefore writing or reviewing Arc code, ask your AI assistant to load the coding rules:\n\n- _\"Get the Arc rules\"_ or _\"What are the Arc coding standards?\"_\n\nThis returns all the project conventions (component structure, TypeScript patterns, import ordering, icon theming, etc.) so the LLM follows them when generating code.\n\n## Troubleshooting\n\n### MCP server not connecting\n\n1. Verify the server is installed: `arc-mcp --version`\n2. Check your MCP configuration file syntax\n3. Restart your AI assistant after configuration changes\n\n## Support\n\n- **Slack**: `#arc-help-and-support` (BT Business CDO Slack)\n- **Teams**: [Arc Help and Support](https://teams.microsoft.com/l/channel/19%3Adae83c7699a64a29b6d36a740a2c8268%40thread.tacv2/Arc%20Help%20and%20Support?groupId=54ad8ab1-870a-4948-a8d0-c6c375806d65&tenantId=a7f35688-9c00-4d5e-ba41-29f146377ab0)\n- **Email**: ui-digital-ent-int@bt.com\n","readmeFilename":"README.md"}