@ythalorossy/openfda 1.0.5 → 1.0.6

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/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,13 @@ A Model Context Protocol (MCP) server for querying drug information from the Ope
5
5
  ## Features
6
6
 
7
7
  - Retrieve drug label information by brand name
8
- - Returns key drug information fields (brand name, generic name, manufacturer, NDC, etc.)
8
+ - Retrieve drug information by generic (active ingredient) name
9
+ - Get all brand versions of a generic drug
10
+ - Get adverse event (side effect) reports for a drug (by brand or generic name)
11
+ - Retrieve all drugs manufactured by a specific company
12
+ - Get comprehensive drug safety information (warnings, contraindications, interactions, precautions, etc.)
13
+ - Normalize and validate NDC (National Drug Code) formats
14
+ - Helpful error messages and suggestions for failed queries
9
15
 
10
16
  1. **Set up your OpenFDA API Key**
11
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ythalorossy/openfda",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "OpenFDA Model Context Protocol",
5
5
  "repository": {
6
6
  "type": "git",