Skip to content

Commit bb94df5

Browse files
hugoocclaude
andcommitted
Surface openkp.org in package metadata and inner README
pyproject adds [project.urls] with Homepage, Repository, Issues. openkp/README.md adds Website line under the title to match the outer README. GitHub repo "About" homepage and topics updated via gh CLI (not file changes). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7314cae commit bb94df5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

openkp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenKP
22

3+
Website: [openkp.org](https://openkp.org)
4+
35
A patient-directed MCP server that bridges Claude and Kaiser Permanente Northern California's patient portal.
46

57
Inspired by [Open Record](https://github.com/Fan-Pier-Labs/openrecord) by Ryan Hughes / Fan Pier Labs. Open Record targets vanilla Epic MyChart, which Kaiser is not. OpenKP implements the same idea (let Claude drive your medical record through MCP) against Kaiser's Ping-fronted portal, with independently written code.

openkp/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ dependencies = [
2424
"pydantic>=2.0.0",
2525
]
2626

27+
[project.urls]
28+
Homepage = "https://openkp.org"
29+
Repository = "https://github.com/hugooc/OpenKP"
30+
Issues = "https://github.com/hugooc/OpenKP/issues"
31+
2732
[project.optional-dependencies]
2833
dev = [
2934
"pytest>=8.0.0",

0 commit comments

Comments
 (0)