-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
30 lines (30 loc) · 723 Bytes
/
Copy pathMETA6.json
File metadata and controls
30 lines (30 loc) · 723 Bytes
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
{
"name": "MCP::Client",
"description": "Thin Model Context Protocol (MCP) client.",
"version": "0.0.2",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [
"JSON::Fast:ver<0.19+>",
"LLM::Functions:ver<0.5.8+>",
"Text::SubParsers:ver<0.1.2+>",
"Hash::Merge:ver<2.0.0>:api<2>"
],
"build-depends": [],
"provides": {
"MCP::Client": "lib/MCP/Client.rakumod"
},
"license": "Artistic-2.0",
"tags": [
"ai",
"agentic",
"agentic-ai",
"api",
"mcp",
"model context protocol"
],
"api": "0",
"source-url": "https://github.com/antononcube/Raku-MCP-Client"
}