23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "pmda-drug-info",
|
|
"description": "PMDA drug information tools for Japanese pharmaceutical package insert queries. Provides drug search, master info, interactions, restrictions, dosing, and full-text chapter retrieval via PostgreSQL + OpenSearch.",
|
|
"hooks": {
|
|
"PrePrompt": [
|
|
{
|
|
"type": "command",
|
|
"command": "python hooks/pre_prompt.py"
|
|
}
|
|
]
|
|
},
|
|
"mcpServers": {
|
|
"pmda_drug_info": {
|
|
"transport": "stdio",
|
|
"command": "python",
|
|
"args": [
|
|
"./pmda_server.py"
|
|
]
|
|
}
|
|
},
|
|
"category": "Developer Tools"
|
|
}
|