Update docs: CLAUDE.md, README, config example

- CLAUDE.md: subdomains, OAuth Auth Code+PKCE, shared token store,
  all backends incl Joplin Data API, content types, current tool list
- README: full tool inventory per service, correct setup steps
- config.json.example: joplin_login + joplin_data_api fields documented

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Stefan Lohmaier
2026-06-12 12:35:35 +02:00
parent c06e6d6b4c
commit a811e87029
3 changed files with 91 additions and 49 deletions
+10
View File
@@ -57,5 +57,15 @@
"url": "http://127.0.0.1:41185",
"token": "CHANGE_ME"
}
},
"joplin_login": {
"stefan": {
"email": "CHANGE_ME",
"password": "CHANGE_ME"
},
"kati": {
"email": "CHANGE_ME",
"password": "CHANGE_ME"
}
}
}