@toolrank/mcp-server 0.1.0 → 0.1.1
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/.smithery/shttp/module.js +21159 -0
- package/.smithery/shttp/module.js.map +7 -0
- package/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolrank/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "ToolRank MCP Server — Score and optimize MCP tool definitions for AI agent discovery. The first ATO (Agent Tool Optimization) tool.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -12,7 +12,14 @@
|
|
|
12
12
|
"start": "node dist/index.js",
|
|
13
13
|
"dev": "tsx src/index.ts"
|
|
14
14
|
},
|
|
15
|
-
"keywords": [
|
|
15
|
+
"keywords": [
|
|
16
|
+
"mcp",
|
|
17
|
+
"ato",
|
|
18
|
+
"agent-tool-optimization",
|
|
19
|
+
"toolrank",
|
|
20
|
+
"ai-agent",
|
|
21
|
+
"tool-scoring"
|
|
22
|
+
],
|
|
16
23
|
"author": "Hiroki Honda",
|
|
17
24
|
"license": "MIT",
|
|
18
25
|
"dependencies": {
|