first commit
This commit is contained in:
20
src/local-proxy/package.json
Normal file
20
src/local-proxy/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@mcpctl/local-proxy",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"clean": "rimraf dist",
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"test": "vitest",
|
||||
"test:run": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.0",
|
||||
"@mcpctl/shared": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user