clinicaltrialsgov-mcp-server 2.4.0 → 2.4.2

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 +5 -5
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  [![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)
12
12
  [![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)
13
- [![Version](https://img.shields.io/badge/Version-2.4.0-blue.svg?style=flat-square)](./CHANGELOG.md)
13
+ [![Version](https://img.shields.io/badge/Version-2.4.2-blue.svg?style=flat-square)](./CHANGELOG.md)
14
14
  [![Framework](https://img.shields.io/badge/Built%20on-@cyanheads/mcp--ts--core-259?style=flat-square)](https://www.npmjs.com/package/@cyanheads/mcp-ts-core)
15
15
 
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clinicaltrialsgov-mcp-server",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
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",
@@ -60,7 +60,7 @@
60
60
  "audit:fix": "bun audit --fix",
61
61
  "changelog:build": "bun run scripts/build-changelog.ts",
62
62
  "changelog:check": "bun run scripts/build-changelog.ts --check",
63
- "publish-mcp": "bunx mcp-publisher publish"
63
+ "publish-mcp": "bunx mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && bunx mcp-publisher publish"
64
64
  },
65
65
  "keywords": [
66
66
  "mcp",
@@ -102,13 +102,13 @@
102
102
  "node": ">=22.0.0"
103
103
  },
104
104
  "dependencies": {
105
- "@cyanheads/mcp-ts-core": "^0.6.17",
105
+ "@cyanheads/mcp-ts-core": "^0.7.6",
106
106
  "pino": "^10.3.1",
107
107
  "pino-pretty": "^13.1.3"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@biomejs/biome": "^2.4.13",
111
- "@cloudflare/workers-types": "^4.20260424.1",
111
+ "@cloudflare/workers-types": "^4.20260426.1",
112
112
  "@types/bun": "^1.3.13",
113
113
  "@types/diff": "^8.0.0",
114
114
  "@types/js-yaml": "^4.0.9",
@@ -122,7 +122,7 @@
122
122
  "diff": "^9.0.0",
123
123
  "husky": "^9.1.7",
124
124
  "ignore": "^7.0.5",
125
- "repomix": "^1.13.1",
125
+ "repomix": "^1.14.0",
126
126
  "tsc-alias": "^1.8.16",
127
127
  "typedoc": "^0.28.19",
128
128
  "typescript": "^6.0.3",