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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![smithery badge](https://smithery.ai/badge/onchaintel/pqs)](https://smithery.ai/servers/onchaintel/pqs)
2
+
1
3
  # PQS MCP Server
2
4
 
3
5
  The world's first named AI prompt quality score — as an MCP server.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pqs-mcp-server",
3
- "version": "1.0.0",
4
- "description": "PQS (Prompt Quality Score) MCP server \u2014 score, optimize, and compare LLM prompts before they hit any model. x402-native, built on PEEM, RAGAS, G-Eval, and MT-Bench.",
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
+ }