Added package nimcp (#3066)

This commit is contained in:
Göran Krampe 2025-07-06 22:24:03 +02:00 committed by GitHub
parent ba1ed1f914
commit eaf39f40b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35631,10 +35631,24 @@
"url",
"parser",
"whatwg",
"arc", "orc"
"arc",
"orc"
],
"description": "High-level Nim wrapper over ada-url, a high-performance, spec-compliant WHATWG URL parser written in C++.",
"license": "MIT",
"web": "https://github.com/ferus-web/nim-ada"
},
{
"name": "nimcp",
"url": "https://github.com/gokr/nimcp",
"method": "git",
"tags": [
"mcp",
"library",
"protocol"
],
"description": "Easy-to-use Model Context Protocol (MCP) server library for Nim",
"license": "MIT",
"web": "https://github.com/gokr/nimcp"
}
]