feat(knowledge): add sourced dermatology resources - #91
Open
Davidson3556 wants to merge 1 commit into
Open
Davidson3556 wants to merge 1 commit into
Davidson3556 wants to merge 1 commit into
Conversation
Member
|
Thank you for adding sources, this makes the content much easier to trust! One fix please: the UCLH "Skin biopsy" link is a neurology page (a skin biopsy for nerve tests), not about moles. Could you use the NHS page instead? https://www.nhs.uk/conditions/melanoma-skin-cancer/tests-and-next-steps-for-melanoma-skin-cancer/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change?
Adds four educational dermatology resources that MCP clients can read without credentials or network access:
molecare://knowledge/sun-protectionexplains SPF, UVA labelling, sunscreen use, shade and clothingmolecare://knowledge/common-benign-lesionsdescribes several common non-cancerous growths while making clear that appearance alone cannot identify a lesionmolecare://knowledge/skin-self-examinationprovides a head-to-toe observation and recording routinemolecare://knowledge/dermatology-appointmentexplains how someone can prepare and what may happen during a routine skin appointmentEach resource includes a non-diagnostic scope boundary, the standard medical disclaimer, and dated source links from the NHS, American Academy of Dermatology, DermNet, American Family Physician, or an NHS hospital trust. The wording is paraphrased and stays educational: it does not classify a lesion, assign a risk level, or recommend an urgency.
The README and resource-list smoke tests now cover the expanded surface. A focused test also checks that every new resource is readable, names HTTPS sources, carries its disclaimer and boundary, and avoids diagnostic or triage language.
Related issue
Fixes #5
Checklist
npm run buildpassesnpm test: 82/82 passing.Does this change a tool's response shape?
No tool response changes.
The resource surface changes additively: four new resource URIs are listed. Those new resources include a top-level
sourcesarray containingtitle,publisher,url, andaccessed. Existing resource URIs and payloads are unchanged.