-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPacletInfo.wl
More file actions
42 lines (41 loc) · 1.14 KB
/
Copy pathPacletInfo.wl
File metadata and controls
42 lines (41 loc) · 1.14 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
(* ::Package:: *)
PacletObject[
<|
"Name" -> "AntonAntonov/MCPClient",
"Description" -> "Model Context Protocol (MCP) client functions",
"Creator" -> "Anton Antonov",
"License" -> "MIT",
"PublisherID" -> "AntonAntonov",
"Version" -> "1.0.3",
"WolframVersion" -> "14.3+",
"PrimaryContext" -> "AntonAntonov`MCPClient`",
"DocumentationURL" -> "https://resources.wolframcloud.com/PacletRepository/resources",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {"AntonAntonov`MCPClient`"},
"Symbols" -> {
"AntonAntonov`MCPClient`MCPInitialize",
"AntonAntonov`MCPClient`MCPKill",
"AntonAntonov`MCPClient`MCPListTools",
"AntonAntonov`MCPClient`MCPStart",
"AntonAntonov`MCPClient`MCPToLLMTool"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"Resource",
"Root" -> "Resources",
"Resources" -> {
{"Resource","default_docker_profile.json"},
{"Resource","simple_mcp_server.py"}
}
}
}
|>
]