clinicaltrialsgov-mcp-server 1.0.2 → 1.0.3

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 -2
  2. package/package.json +8 -10
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ClinicalTrials.gov MCP Server
2
2
 
3
3
  [![TypeScript](https://img.shields.io/badge/TypeScript-^5.8.3-blue.svg)](https://www.typescriptlang.org/)
4
- [![Model Context Protocol](https://img.shields.io/badge/MCP%20SDK-^1.13.0-green.svg)](https://modelcontextprotocol.io/)
5
- [![Version](https://img.shields.io/badge/Version-1.0.2-blue.svg)](./CHANGELOG.md)
4
+ [![Model Context Protocol](https://img.shields.io/badge/MCP%20SDK-^1.13.1-green.svg)](https://modelcontextprotocol.io/)
5
+ [![Version](https://img.shields.io/badge/Version-1.0.3-blue.svg)](./CHANGELOG.md)
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
  [![Status](https://img.shields.io/badge/Status-beta-orange.svg)](https://github.com/cyanheads/clinicaltrialsgov-mcp-server/issues)
8
8
  [![GitHub](https://img.shields.io/github/stars/cyanheads/clinicaltrialsgov-mcp-server?style=social)](https://github.com/cyanheads/clinicaltrialsgov-mcp-server)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clinicaltrialsgov-mcp-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A Model Context Protocol (MCP) Server providing LLM tools for the official ClinicalTrials.gov REST API. Search and retrieve clinical trial data, including study details and more",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -36,20 +36,18 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@hono/node-server": "^1.14.4",
39
- "@modelcontextprotocol/sdk": "^1.13.0",
40
- "@supabase/supabase-js": "^2.50.0",
41
- "@types/jsonwebtoken": "^9.0.10",
42
- "@types/node": "^24.0.3",
39
+ "@modelcontextprotocol/sdk": "^1.13.1",
40
+ "@supabase/supabase-js": "^2.50.1",
41
+ "@types/node": "^24.0.4",
43
42
  "@types/sanitize-html": "^2.16.0",
44
43
  "@types/validator": "13.15.2",
45
44
  "chrono-node": "^2.8.0",
46
45
  "dotenv": "^16.5.0",
47
- "hono": "^4.8.2",
46
+ "hono": "^4.8.3",
48
47
  "ignore": "^7.0.5",
49
48
  "jose": "^6.0.11",
50
- "jsonwebtoken": "^9.0.2",
51
49
  "npm": "^11.4.2",
52
- "openai": "^5.6.0",
50
+ "openai": "^5.7.0",
53
51
  "partial-json": "^0.1.7",
54
52
  "sanitize-html": "^2.17.0",
55
53
  "tiktoken": "^1.0.21",
@@ -58,6 +56,7 @@
58
56
  "validator": "13.15.15",
59
57
  "winston": "^3.17.0",
60
58
  "winston-transport": "^4.9.0",
59
+ "js-yaml": "^4.1.0",
61
60
  "zod": "^3.25.67"
62
61
  },
63
62
  "keywords": [
@@ -92,8 +91,7 @@
92
91
  "@types/js-yaml": "^4.0.9",
93
92
  "axios": "^1.10.0",
94
93
  "depcheck": "^1.4.7",
95
- "js-yaml": "^4.1.0",
96
- "prettier": "^3.5.3",
94
+ "prettier": "^3.6.1",
97
95
  "typedoc": "^0.28.5"
98
96
  }
99
97
  }