-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackages.lock.json
More file actions
61 lines (61 loc) · 1.81 KB
/
packages.lock.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": 1,
"dependencies": {
"net10.0": {
"ModelContextProtocol.AspNetCore": {
"type": "Direct",
"requested": "[0.4.1-preview.1, )",
"resolved": "0.4.1-preview.1",
"contentHash": "J0TwteKhlL8izVwRYCPD2elwmz5tAR0KcVvysv5mK+6ODK9KMuSo3hKQDn6Y7mqh4lBe6ZCur4R510cHdPCIVQ==",
"dependencies": {
"ModelContextProtocol": "0.4.1-preview.1"
}
},
"Microsoft.Extensions.AI.Abstractions": {
"type": "Transitive",
"resolved": "10.3.0",
"contentHash": "hDjDvUERvUH3HBMs2MDusOcGJBjAHOG5pJIU2x/HZEa4e1UthNKt89cwMi3B+ogJo6skki1XFjfgGN3ksnVqvQ=="
},
"ModelContextProtocol": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "dr7MeQocnOD9exXF2TIZc/80xp/wNVw3WpJZlz0X+ezMcOCXXkAwdMbpM5hohvnXw+KF29iaaYPJwUFbni+NCQ==",
"dependencies": {
"ModelContextProtocol.Core": "1.1.0"
}
},
"ModelContextProtocol.Core": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "3E/qGSPxAnuenD8uBT2NsHCP91ztn4WC9SfV7miKjpzDYQgVvGwbxnPhhZ8PAvltYWJ/P4wWbRmJ+2M5rZkrDQ==",
"dependencies": {
"Microsoft.Extensions.AI.Abstractions": "10.3.0"
}
},
"manifold": {
"type": "Project"
},
"manifold.cli": {
"type": "Project",
"dependencies": {
"Manifold": "[1.0.0, )"
}
},
"manifold.mcp": {
"type": "Project",
"dependencies": {
"Manifold": "[1.0.0, )",
"ModelContextProtocol": "[1.1.0, )"
}
},
"manifold.samples.operations": {
"type": "Project",
"dependencies": {
"Manifold": "[1.0.0, )",
"Manifold.Cli": "[1.0.0, )",
"Manifold.Mcp": "[1.0.0, )"
}
}
}
}
}