clinicaltrialsgov-mcp-server 2.4.0 → 2.4.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/clinicaltrialsgov-mcp-server)
|
|
12
12
|
[](https://github.com/users/cyanheads/packages/container/package/clinicaltrialsgov-mcp-server)
|
|
13
|
-
[](./CHANGELOG.md)
|
|
14
14
|
[](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.
|
|
3
|
+
"version": "2.4.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",
|
|
@@ -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,7 +102,7 @@
|
|
|
102
102
|
"node": ">=22.0.0"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@cyanheads/mcp-ts-core": "^0.
|
|
105
|
+
"@cyanheads/mcp-ts-core": "^0.7.0",
|
|
106
106
|
"pino": "^10.3.1",
|
|
107
107
|
"pino-pretty": "^13.1.3"
|
|
108
108
|
},
|