代码拉取完成,页面将自动刷新
{
"name": "@modelcontextprotocol/specification",
"private": true,
"version": "0.1.0",
"description": "Model Context Protocol specification and protocol schema",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
"homepage": "https://modelcontextprotocol.io",
"bugs": "https://github.com/modelcontextprotocol/specification/issues",
"engines": {
"node": ">=20"
},
"prettier": {
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 89,
"proseWrap": "always"
}
}
]
},
"scripts": {
"validate:schema": "tsc",
"generate:json": "for f in schema/*/schema.ts; do typescript-json-schema --defaultNumberType integer --required --skipLibCheck \"$f\" \"*\" -o \"${f%ts}json\"; done",
"serve:docs": "cd docs && mintlify dev",
"format": "prettier --write \"**/*.md\"",
"format:check": "prettier --check \"**/*.md\""
},
"devDependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"glob": "^11.0.0",
"mintlify": "^4.0.468",
"prettier": "^3.4.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-json-schema": "^0.65.1"
},
"resolutions": {
"fast-json-patch": "^3.1.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。