@leanmcp/core 0.3.19 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,76 +1,78 @@
1
- {
2
- "name": "@leanmcp/core",
3
- "version": "0.3.19",
4
- "description": "Core library implementing decorators, reflection, and MCP runtime server",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "require": "./dist/index.js",
12
- "import": "./dist/index.mjs"
13
- }
14
- },
15
- "files": [
16
- "dist",
17
- "README.md",
18
- "LICENSE"
19
- ],
20
- "scripts": {
21
- "build": "tsup src/index.ts --format esm,cjs --dts",
22
- "dev": "tsup src/index.ts --format esm,cjs --dts --watch",
23
- "test": "jest --passWithNoTests",
24
- "test:watch": "jest --watch"
25
- },
26
- "dependencies": {
27
- "@modelcontextprotocol/sdk": "^1.0.0",
28
- "ajv": "^8.12.0",
29
- "chokidar": "^4.0.0",
30
- "dotenv": "^16.3.1",
31
- "reflect-metadata": "^0.2.1"
32
- },
33
- "peerDependencies": {
34
- "cors": "^2.8.5",
35
- "express": "^5.0.0",
36
- "@leanmcp/auth": "^0.4.0"
37
- },
38
- "peerDependenciesMeta": {
39
- "express": {
40
- "optional": true
41
- },
42
- "cors": {
43
- "optional": true
44
- },
45
- "@leanmcp/auth": {
46
- "optional": true
47
- }
48
- },
49
- "devDependencies": {
50
- "@types/cors": "^2.8.0",
51
- "@types/express": "^5.0.0",
52
- "@types/node": "^20.0.0"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "git+https://github.com/LeanMCP/leanmcp-sdk.git",
57
- "directory": "packages/core"
58
- },
59
- "homepage": "https://github.com/LeanMCP/leanmcp-sdk#readme",
60
- "bugs": {
61
- "url": "https://github.com/LeanMCP/leanmcp-sdk/issues"
62
- },
63
- "keywords": [
64
- "mcp",
65
- "model-context-protocol",
66
- "typescript",
67
- "decorators",
68
- "server",
69
- "runtime"
70
- ],
71
- "author": "LeanMCP <admin@leanmcp.com>",
72
- "license": "MIT",
73
- "publishConfig": {
74
- "access": "public"
75
- }
76
- }
1
+ {
2
+ "name": "@leanmcp/core",
3
+ "version": "0.4.0",
4
+ "description": "Core library implementing decorators, reflection, and MCP runtime server",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "require": "./dist/index.js",
12
+ "import": "./dist/index.mjs"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist",
17
+ "README.md",
18
+ "LICENSE"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsup src/index.ts --format esm,cjs --dts",
22
+ "dev": "tsup src/index.ts --format esm,cjs --dts --watch",
23
+ "test": "jest --passWithNoTests",
24
+ "test:watch": "jest --watch"
25
+ },
26
+ "dependencies": {
27
+ "@modelcontextprotocol/sdk": "^1.0.0",
28
+ "@aws-sdk/client-dynamodb": "^3.700.0",
29
+ "@aws-sdk/lib-dynamodb": "^3.700.0",
30
+ "ajv": "^8.12.0",
31
+ "chokidar": "^4.0.0",
32
+ "dotenv": "^16.3.1",
33
+ "reflect-metadata": "^0.2.1"
34
+ },
35
+ "peerDependencies": {
36
+ "cors": "^2.8.5",
37
+ "express": "^5.0.0",
38
+ "@leanmcp/auth": "^0.4.0"
39
+ },
40
+ "peerDependenciesMeta": {
41
+ "express": {
42
+ "optional": true
43
+ },
44
+ "cors": {
45
+ "optional": true
46
+ },
47
+ "@leanmcp/auth": {
48
+ "optional": true
49
+ }
50
+ },
51
+ "devDependencies": {
52
+ "@types/cors": "^2.8.0",
53
+ "@types/express": "^5.0.0",
54
+ "@types/node": "^20.0.0"
55
+ },
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "git+https://github.com/LeanMCP/leanmcp-sdk.git",
59
+ "directory": "packages/core"
60
+ },
61
+ "homepage": "https://github.com/LeanMCP/leanmcp-sdk#readme",
62
+ "bugs": {
63
+ "url": "https://github.com/LeanMCP/leanmcp-sdk/issues"
64
+ },
65
+ "keywords": [
66
+ "mcp",
67
+ "model-context-protocol",
68
+ "typescript",
69
+ "decorators",
70
+ "server",
71
+ "runtime"
72
+ ],
73
+ "author": "LeanMCP <admin@leanmcp.com>",
74
+ "license": "MIT",
75
+ "publishConfig": {
76
+ "access": "public"
77
+ }
78
+ }