feat: update MCP config and TOOLS.md with calendar/contacts note
This commit is contained in:
29
.agents/skills/dingtalk-api/node_modules/@alicloud/gateway-spi/package.json
generated
vendored
Normal file
29
.agents/skills/dingtalk-api/node_modules/@alicloud/gateway-spi/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@alicloud/gateway-spi",
|
||||
"version": "0.0.8",
|
||||
"description": "",
|
||||
"main": "dist/client.js",
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec --timeout 3000 test/*.test.js",
|
||||
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
|
||||
"build": "tsc",
|
||||
"prepublishOnly": "tsc"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.26",
|
||||
"nyc": "^15.0.0",
|
||||
"source-map-support": "^0.5.16",
|
||||
"ts-node": "^8.6.2",
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alicloud/tea-typescript": "^1.7.1",
|
||||
"@alicloud/credentials": "^2"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user