fda-mcp-server 0.0.19 → 0.0.21

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import { isPlatformAvailable, callPlatformEngine } from "./platform-client.js";
19
19
  function createServer() {
20
20
  const server = new McpServer({
21
21
  name: "fda-mcp-server",
22
- version: "0.0.19",
22
+ version: "0.0.21",
23
23
  });
24
24
  registerTools(server);
25
25
  return server;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fda-mcp-server",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "11-tool MCP server for FDA enforcement intelligence. Free: recalls, device events, company profiles. Pro: CSA risk, citation analysis, supplier qualification, consent decrees. Enterprise: CSA recommendation, IEC 62304 SDLC, QMSR gap analysis, CAPA assessment.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",