🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@phi-longevity/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phi-longevity/mcp-server - npm Package Compare versions

Comparing version
0.5.3
to
0.6.0
+1
-1
dist/index.js

@@ -80,3 +80,3 @@ #!/usr/bin/env node

}
const server = new McpServer({ name: "phi-longevity", version: "0.5.3" }, {
const server = new McpServer({ name: "phi-longevity", version: "0.6.0" }, {
instructions: "Phi Longevity PRISM — longevity-optimized analysis of biomarker panels. " + SYNTHETIC_WARNING,

@@ -83,0 +83,0 @@ });

{
"name": "@phi-longevity/mcp-server",
"version": "0.5.3",
"version": "0.6.0",
"description": "Model Context Protocol server for Phi Longevity \u2014 agents can call the PRISM longevity recommendation engine on SYNTHETIC biomarker panels. Synthetic/de-identified data only; no PHI; stateless.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -38,2 +38,12 @@ # @phi-longevity/mcp-server

### Remote (zero-install)
Point any MCP client that supports Streamable HTTP at:
```
https://us-central1-philongevity-aiapp-v2.cloudfunctions.net/phi-mcp-remote
```
Same three tools, same synthetic-only rule, nothing to install.
### Run locally

@@ -40,0 +50,0 @@