@uphealth/mcp-server 1.1.2 → 1.1.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.
- package/README.md +2 -0
- package/dist/config.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Uphealth MCP Server (Track A A4)
|
|
2
2
|
|
|
3
|
+
**The adaptive health-messaging engine for apps and agents** — federally-sourced, audience-safe. Not medical advice.
|
|
4
|
+
|
|
3
5
|
Wraps the [`api.uphealth.us` cued-stream API](../docs/spec_track_a_a1_cued_stream_api.md) as agent-callable [Model Context Protocol](https://modelcontextprotocol.io/) tools. The agent can call `lookup_health_fact` with **zero setup — no key** to get one already-public federal health fact, then configure a free `up_sandbox_…` key to drive an adaptive cued patient stream with the 4 keyed tools.
|
|
4
6
|
|
|
5
7
|
Locks captured in [`docs/spec_track_a_a4_mcp_server.md`](../docs/spec_track_a_a4_mcp_server.md):
|
package/dist/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uphealth/mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"mcpName": "us.uphealth/mcp",
|
|
5
|
-
"description": "Uphealth
|
|
5
|
+
"description": "Uphealth Signal — the adaptive health-messaging engine for apps and agents. Drive federally-sourced, audience-safe cued health-message streams from any MCP client (local stdio via npx, or hosted at mcp.uphealth.us). Not medical advice.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Uphealth (Anschutz Media, Inc.)",
|
|
8
8
|
"homepage": "https://uphealth.us/docs",
|