mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
00d565ef2a
* WIP
* remove plugin-specific MCP info
* remove artifact digest
* fix stray writeFile import line left over from digest removal
* 💅
* bug bot
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "@mintlify/agent-context",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"check": "node scripts/check.mjs",
|
|
"status": "node scripts/status.mjs",
|
|
"test": "node --test"
|
|
}
|
|
}
|