fix: Use correct ProseMirror mark types (strong/em)

Outline schema uses:
- "strong" not "bold"
- "em" not "italic"

Error was: "RangeError: There is no mark type bold in this schema"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 21:23:27 +00:00
parent 12d3b26454
commit f640465f86
9 changed files with 24 additions and 13 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "mcp-outline-postgresql",
"version": "1.3.14",
"version": "1.3.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mcp-outline-postgresql",
"version": "1.3.14",
"version": "1.3.15",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",