Initial commit
This commit is contained in:
18
skills/mcp-management/scripts/package.json
Normal file
18
skills/mcp-management/scripts/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "mcp-management-scripts",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "MCP client scripts for managing MCP servers",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "node --loader ts-node/esm test.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"ts-node": "^10.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user