@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 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
@@ -18,6 +18,6 @@ export const config = {
18
18
  nodeEnv: optionalEnv("NODE_ENV", "development"),
19
19
  logLevel: optionalEnv("LOG_LEVEL", "info"),
20
20
  serverName: "uphealth-mcp",
21
- serverVersion: "1.1.2",
21
+ serverVersion: "1.1.3",
22
22
  };
23
23
  //# sourceMappingURL=config.js.map
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@uphealth/mcp-server",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "mcpName": "us.uphealth/mcp",
5
- "description": "Uphealth MCP server drive cued health-message streams (Uphealth Signal) from any MCP client. Local stdio via npx, or hosted at mcp.uphealth.us.",
5
+ "description": "Uphealth Signalthe 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",