From a03e1d91151133006fb8fe55f589eeda212cfae7 Mon Sep 17 00:00:00 2001 From: Evan Alferez Date: Tue, 26 May 2026 08:17:28 +0900 Subject: [PATCH] docs(bio-research): replace stale deepsense.ai README vendor rows (#243) PR #243 removed the three deepsense.ai MCP endpoints from bio-research/.mcp.json after mcp.deepsense.ai went NXDOMAIN, but the README provider table still listed deepsense.ai for bioRxiv, ChEMBL, and ClinicalTrials.gov. Align those rows with CONNECTORS.md and the current .mcp.json entries (hcls-hosted biorxiv/chembl/c-trials). --- bio-research/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bio-research/README.md b/bio-research/README.md index 27672dd1..298064ba 100644 --- a/bio-research/README.md +++ b/bio-research/README.md @@ -13,13 +13,13 @@ This plugin consolidates 11 MCP server integrations and 5 analysis skills into a | Provider | What It Does | Category/Placeholder | |----------|-------------|---------------------| | U.S. National Library of Medicine | Search biomedical literature and research articles | `~~literature` | -| deepsense.ai | Access preprints from bioRxiv and medRxiv | `~~literature` | +| bioRxiv | Access preprints from bioRxiv and medRxiv | `~~literature` | | Consensus | AI-powered search and synthesis of peer-reviewed research | `~~literature` | | John Wiley & Sons | Access academic research and publications | `~~journal access` | | Sage Bionetworks | Collaborative research data management | `~~data repository` | -| deepsense.ai | Bioactive drug-like compound database | `~~chemical database` | +| ChEMBL | Bioactive drug-like compound database | `~~chemical database` | | OpenTargets | Drug target discovery and prioritization | `~~drug targets` | -| deepsense.ai | NIH/NLM clinical trial registry | `~~clinical trials` | +| ClinicalTrials.gov | NIH/NLM clinical trial registry | `~~clinical trials` | | BioRender | Scientific illustration creation | `~~scientific illustration` | | Owkin | AI for biology — histopathology and drug discovery | `~~AI research` | | Benchling\* | Lab data management platform | `~~lab platform` |