1 Star 0 Fork 0

Gitee 极速下载/modelcontextprotocol_specification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/modelcontextprotocol/specification
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Justin Spahr-Summers 提交于 2025-04-08 00:37 +08:00 . Fix npm run generate:json
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/modelcontextprotocol_specification.git
git@gitee.com:mirrors/modelcontextprotocol_specification.git
mirrors
modelcontextprotocol_specification
modelcontextprotocol_specification
main

搜索帮助