Releases: scalvert/docusaurus-plugin-mcp-server
Releases · scalvert/docusaurus-plugin-mcp-server
Release list
Release 1.0.0
💥 Breaking Change
- #92 fix(1.0.0)!: split adapters web/node, add adapter tests, fix docs (@scalvert)
- #79 refactor(adapters)!: remove deprecated createCloudflareHandler alias (@scalvert)
🚀 Enhancement
🐛 Bug Fix
- #93 fix(1.0.0): export missing config types, correct stale docs, add API smoke tests (@scalvert)
- #80 fix(agents): move skill into named directory for configure-agents check (@scalvert)
📝 Documentation
- #94 [docs] Document resolveServerUrl and build vs runtime config for 1.0.0 (@scalvert)
- #82 docs: add 0.13.0 to 1.0.0 migration guide (@scalvert)
🏠 Internal
- #89 refactor(types): WebRequestAdapterConfig extends McpServerDataConfig (@scalvert)
- #81 test(theme): add vitest + jsdom coverage for ./theme (@scalvert)
Committers: 1
- Steve Calvert (@scalvert)
Release 0.13.0
💥 Breaking Change
🚀 Enhancement
- #78 feat: configurable FlexSearch and SearchProvider instances (@mokevnin)
- #76 chore(agents): adopt agent baseline + deploy skill (@scalvert)
- #75 refactor(adapters)!: consolidate to a single generic web-standard handler (@scalvert)
- #74 refactor(adapters): rename createCloudflareHandler to createWebRequestHandler (@scalvert)
- #63 feat: support server instructions and custom tool descriptions (@scalvert)
🏠 Internal
- #76 chore(agents): adopt agent baseline + deploy skill (@scalvert)
- #48 feat: add markdown-code to manage README code samples (@scalvert)
Committers: 3
- George (@GeorgeTaveras1231)
- Kirill Mokevnin (@mokevnin)
- Steve Calvert (@scalvert)
Release 0.12.0
💥 Breaking Change
🐛 Bug Fix
- #27 fix: improve adapter correctness and safety (@scalvert)
- #26 fix: improve McpDocsServer concurrency, lifecycle, and error handling (@scalvert)
📝 Documentation
🏠 Internal
- #25 test: add unit tests for McpDocsServer and formatPageContent (@scalvert)
- #29 chore: narrow MCP SDK range, add dependabot, coverage thresholds, CONTRIBUTING.md (@scalvert)
Committers: 1
- Steve Calvert (@scalvert)
Release 0.11.0
🚀 Enhancement
🐛 Bug Fix
- #12 chore: prevent OOM with large doc set (@bruno-s-freitas)
Committers: 2
- Steve Calvert (@scalvert)
- @bruno-s-freitas