package.json•1.19 kB
{
"name": "apple-doc-mcp-server",
"version": "1.5.3",
"description": "MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support",
"main": "dist/index.js",
"type": "module",
"bin": {
"apple-doc-mcp-server": "dist/index.js"
},
"files": [
"dist/",
"README.md",
"LICENSE",
".xo-config.js",
"docs/technologies.json"
],
"keywords": [
"mcp",
"apple",
"documentation",
"ios",
"macos",
"swiftui",
"uikit"
],
"author": "MightyDillah",
"repository": {
"type": "git",
"url": "https://github.com/MightyDillah/apple-doc-mcp.git"
},
"bugs": {
"url": "https://github.com/MightyDillah/apple-doc-mcp/issues"
},
"homepage": "https://github.com/MightyDillah/apple-doc-mcp#readme",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"lint": "tsc --noEmit && xo src",
"lint:fix": "tsc --noEmit && xo src --fix",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"axios": "^1.12.2"
},
"devDependencies": {
"@types/node": "^24.5.2",
"typescript": "^5.9.2",
"xo": "^1.2.2"
}
}