@neurynae/toolcairn-mcp 0.10.24 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neurynae/toolcairn-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"mcpName": "io.github.neurynae/toolcairn-mcp",
|
|
4
5
|
"private": false,
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
7
|
-
"description": "
|
|
8
|
+
"description": "MCP server that helps AI agents find, compare, and verify the right tools for any build task — across 35+ open-source registries.",
|
|
8
9
|
"homepage": "https://toolcairn.neurynae.com",
|
|
9
10
|
"author": "NEURYNAE <support@neurynae.com>",
|
|
10
11
|
"repository": {
|