-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPacletInfo.wl
More file actions
36 lines (36 loc) · 1.15 KB
/
PacletInfo.wl
File metadata and controls
36 lines (36 loc) · 1.15 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
PacletObject[ <|
"Name" -> "SamplePublisher/SamplePaclet",
"Description" -> "A complete sample Paclet",
"Creator" -> "Sample Author",
"Version" -> "1.8.0",
"WolframVersion" -> "14.3+",
"License" -> "MIT",
"PrimaryContext" -> "SamplePublisher`SamplePaclet`",
"PublisherID" -> "SamplePublisher",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD-Examples-Sample",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> { "SamplePublisher`SamplePaclet`" },
"Symbols" -> {
"SamplePublisher`SamplePaclet`AddOne",
"SamplePublisher`SamplePaclet`AddTwo"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"Asset",
"Assets" -> { { "License", "./LICENSE" } }
},
{
"AgentTools",
"MCPServers" -> { "SampleServer" },
"Tools" -> { "Identity", "PrimeFinder" }
}
}
|> ]