clinicaltrialsgov-mcp-server 2.5.0 → 2.5.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 +1 -1
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  <div align="center">
9
9
 
10
- [![npm](https://img.shields.io/npm/v/clinicaltrialsgov-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/clinicaltrialsgov-mcp-server) [![Docker](https://img.shields.io/badge/Docker-ghcr.io-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/users/cyanheads/packages/container/package/clinicaltrialsgov-mcp-server) [![Version](https://img.shields.io/badge/Version-2.5.0-blue.svg?style=flat-square)](./CHANGELOG.md) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3.2-blueviolet.svg?style=flat-square)](https://bun.sh/)
10
+ [![npm](https://img.shields.io/npm/v/clinicaltrialsgov-mcp-server?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/clinicaltrialsgov-mcp-server) [![Docker](https://img.shields.io/badge/Docker-ghcr.io-2496ED?style=flat-square&logo=docker&logoColor=white)](https://github.com/users/cyanheads/packages/container/package/clinicaltrialsgov-mcp-server) [![Version](https://img.shields.io/badge/Version-2.5.1-blue.svg?style=flat-square)](./CHANGELOG.md) [![MCP SDK](https://img.shields.io/badge/MCP%20SDK-^1.29.0-green.svg?style=flat-square)](https://modelcontextprotocol.io/) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg?style=flat-square)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-^6.0-3178C6.svg?style=flat-square)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-v1.3.2-blueviolet.svg?style=flat-square)](https://bun.sh/)
11
11
 
12
12
  </div>
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clinicaltrialsgov-mcp-server",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "mcpName": "io.github.cyanheads/clinicaltrialsgov-mcp-server",
5
5
  "description": "MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.",
6
6
  "main": "dist/index.js",
@@ -77,7 +77,9 @@
77
77
  "research-tools",
78
78
  "bioinformatics",
79
79
  "health-tech",
80
- "bun"
80
+ "bun",
81
+ "stdio",
82
+ "streamable-http"
81
83
  ],
82
84
  "author": "cyanheads <casey@caseyjhand.com> (https://github.com/cyanheads/clinicaltrialsgov-mcp-server#readme)",
83
85
  "license": "Apache-2.0",
@@ -97,13 +99,13 @@
97
99
  "node": ">=24.0.0"
98
100
  },
99
101
  "dependencies": {
100
- "@cyanheads/mcp-ts-core": "^0.9.6",
102
+ "@cyanheads/mcp-ts-core": "^0.9.9",
101
103
  "pino-pretty": "^13.1.3",
102
104
  "zod": "^4.4.3"
103
105
  },
104
106
  "devDependencies": {
105
107
  "@biomejs/biome": "^2.4.15",
106
- "@cloudflare/workers-types": "^4.20260523.1",
108
+ "@cloudflare/workers-types": "^4.20260526.1",
107
109
  "@types/bun": "^1.3.14",
108
110
  "@types/node": "^25.9.1",
109
111
  "@vitest/coverage-istanbul": "^4.1.7",