mn-docs-mcp 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,6 @@ async function ensureReady() {
98
98
 
99
99
  function renderJsonPayload(payload) {
100
100
  return {
101
- structuredContent: payload,
102
101
  content: [
103
102
  {
104
103
  type: 'text',
package/mcp/server.mjs CHANGED
@@ -101,7 +101,6 @@ async function ensureReady() {
101
101
 
102
102
  function renderJsonPayload(payload) {
103
103
  return {
104
- structuredContent: payload,
105
104
  content: [
106
105
  {
107
106
  type: 'text',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mn-docs-mcp",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/Temsys-Shen/marginnote-addon-docs.git"