• Joined on 2024-12-27
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 21:16:49 -06:00
a089a92205 Merge pull request 'feat: replace StdioTransport with StreamableHTTP + Node.js cluster' (#10) from feat/streamable-http into main
007c676ff2 feat: replace StdioTransport with StreamableHTTP + Node.js cluster
Compare 2 commits »
aleleba merged pull request aleleba/docmost-mcp#10 2026-05-30 21:16:48 -06:00
feat: replace StdioTransport with StreamableHTTP + Node.js cluster
aleleba created pull request aleleba/docmost-mcp#10 2026-05-30 21:15:54 -06:00
feat: replace StdioTransport with StreamableHTTP + Node.js cluster
aleleba pushed to feat/streamable-http at aleleba/docmost-mcp 2026-05-30 21:15:38 -06:00
007c676ff2 feat: replace StdioTransport with StreamableHTTP + Node.js cluster
aleleba created branch feat/streamable-http in aleleba/docmost-mcp 2026-05-30 21:15:37 -06:00
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:46:37 -06:00
a8b40641ac feat: add comment support (list, get, create, update, delete, check_new)
c520713291 feat: add comment support (list, get, create, update, delete, check_new)
Compare 2 commits »
aleleba merged pull request aleleba/docmost-mcp#9 2026-05-30 20:46:37 -06:00
feat: add comment support (list, get, create, update, delete, check_new)
aleleba closed pull request aleleba/docmost-mcp#3 2026-05-30 20:46:26 -06:00
feat: add comment support (list, get, create, update, delete)
aleleba created pull request aleleba/docmost-mcp#9 2026-05-30 20:46:21 -06:00
feat: add comment support (list, get, create, update, delete, check_new)
aleleba pushed to feat/comment-support at aleleba/docmost-mcp 2026-05-30 20:46:01 -06:00
c520713291 feat: add comment support (list, get, create, update, delete, check_new)
aleleba created branch feat/comment-support in aleleba/docmost-mcp 2026-05-30 20:46:00 -06:00
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:39:09 -06:00
73ffcfec17 feat: add filterComment function for comment responses
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:39:03 -06:00
7ff32cc6e6 feat: add markdownToTiptapJson utility for comment creation
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:35:33 -06:00
77201154d0 fix: normalize search response for Docmost 0.25+ API change
aleleba closed issue aleleba/docmost-mcp#8 2026-05-30 20:35:32 -06:00
Search broken on Docmost 0.25+ — data.items[] API change
aleleba closed issue aleleba/docmost-mcp#1 2026-05-30 20:35:30 -06:00
Error getting response in search
aleleba closed pull request aleleba/docmost-mcp#6 2026-05-30 20:33:10 -06:00
fix: add TableKit to preserve GFM tables on updatePage
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:32:53 -06:00
9be42aa0b4 chore: add @tiptap/extension-table dependency for GFM table support
aleleba pushed to main at aleleba/docmost-mcp 2026-05-30 20:32:52 -06:00
23fa372774 fix: add TableKit to preserve GFM tables on updatePage
aleleba closed issue aleleba/docmost-mcp#2 2026-05-30 20:32:51 -06:00
Struggling with tables, but found a workaround