pqs-mcp-server 1.0.0 → 1.0.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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pqs-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "PQS (Prompt Quality Score) MCP server
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "PQS (Prompt Quality Score) MCP server — score, optimize, and compare LLM prompts before they hit any model. x402-native, built on PEEM, RAGAS, G-Eval, and MT-Bench.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "node index.js"
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"type": "git",
|
|
34
34
|
"url": "https://github.com/OnChainAIIntel/pqs-mcp-server"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|