@mastra/mcp-docs-server 0.13.17-alpha.3 → 0.13.17-alpha.4

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.
Files changed (72) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +15 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +10 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +17 -17
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +35 -35
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +8 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +12 -12
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +20 -20
  8. package/.docs/organized/changelogs/%40mastra%2Fevals.md +10 -10
  9. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +10 -10
  10. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +11 -11
  11. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +15 -15
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +11 -11
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  14. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +14 -14
  15. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  16. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +21 -21
  17. package/.docs/organized/changelogs/%40mastra%2Fragie.md +10 -10
  18. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +7 -0
  19. package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
  20. package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +10 -0
  21. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +11 -11
  22. package/.docs/organized/changelogs/create-mastra.md +7 -7
  23. package/.docs/organized/changelogs/mastra.md +19 -19
  24. package/.docs/organized/code-examples/a2a.md +1 -1
  25. package/.docs/organized/code-examples/agent-network.md +1 -1
  26. package/.docs/organized/code-examples/agent.md +22 -1
  27. package/.docs/organized/code-examples/agui.md +1 -1
  28. package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -1
  29. package/.docs/organized/code-examples/ai-sdk-v5.md +2 -2
  30. package/.docs/organized/code-examples/assistant-ui.md +3 -3
  31. package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
  32. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +1 -1
  33. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +1 -1
  34. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  35. package/.docs/organized/code-examples/crypto-chatbot.md +1 -1
  36. package/.docs/organized/code-examples/experimental-auth-weather-agent.md +1 -1
  37. package/.docs/organized/code-examples/fireworks-r1.md +1 -1
  38. package/.docs/organized/code-examples/mcp-configuration.md +2 -2
  39. package/.docs/organized/code-examples/mcp-registry-registry.md +1 -1
  40. package/.docs/organized/code-examples/memory-with-mem0.md +1 -1
  41. package/.docs/organized/code-examples/memory-with-processors.md +1 -1
  42. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  43. package/.docs/organized/code-examples/quick-start.md +1 -1
  44. package/.docs/organized/code-examples/stock-price-tool.md +1 -1
  45. package/.docs/organized/code-examples/weather-agent.md +1 -1
  46. package/.docs/organized/code-examples/workflow-ai-recruiter.md +1 -1
  47. package/.docs/organized/code-examples/workflow-with-inline-steps.md +1 -1
  48. package/.docs/organized/code-examples/workflow-with-memory.md +1 -1
  49. package/.docs/organized/code-examples/workflow-with-separate-steps.md +1 -1
  50. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +1 -1
  51. package/.docs/raw/agents/overview.mdx +35 -4
  52. package/.docs/raw/deployment/monorepo.mdx +1 -1
  53. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +44 -14
  54. package/.docs/raw/getting-started/installation.mdx +52 -4
  55. package/.docs/raw/getting-started/templates.mdx +2 -22
  56. package/.docs/raw/reference/agents/generate.mdx +2 -2
  57. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +2 -1
  58. package/.docs/raw/reference/agents/getDefaultVNextStreamOptions.mdx +1 -1
  59. package/.docs/raw/reference/agents/stream.mdx +2 -2
  60. package/.docs/raw/reference/cli/build.mdx +0 -6
  61. package/.docs/raw/reference/cli/start.mdx +8 -1
  62. package/.docs/raw/reference/scorers/noise-sensitivity.mdx +237 -0
  63. package/.docs/raw/reference/scorers/prompt-alignment.mdx +369 -0
  64. package/.docs/raw/scorers/off-the-shelf-scorers.mdx +2 -2
  65. package/.docs/raw/streaming/overview.mdx +2 -2
  66. package/.docs/raw/streaming/tool-streaming.mdx +8 -2
  67. package/.docs/raw/streaming/workflow-streaming.mdx +8 -2
  68. package/.docs/raw/tools-mcp/overview.mdx +44 -0
  69. package/.docs/raw/workflows/overview.mdx +19 -17
  70. package/dist/stdio.js +5 -1
  71. package/dist/tools/docs.d.ts.map +1 -1
  72. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.17-alpha.3",
3
+ "version": "0.13.17-alpha.4",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,10 +30,10 @@
30
30
  "jsdom": "^26.1.0",
31
31
  "turndown": "^7.2.0",
32
32
  "uuid": "^11.1.0",
33
- "zod": "^3.25.67",
34
- "zod-to-json-schema": "^3.24.5",
35
- "@mastra/core": "0.15.3-alpha.3",
36
- "@mastra/mcp": "^0.11.3-alpha.0"
33
+ "zod": "^3.25.76",
34
+ "zod-to-json-schema": "^3.24.6",
35
+ "@mastra/core": "0.15.3-alpha.4",
36
+ "@mastra/mcp": "^0.11.3-alpha.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@hono/node-server": "^1.17.1",
@@ -48,7 +48,7 @@
48
48
  "tsx": "^4.19.4",
49
49
  "typescript": "^5.8.3",
50
50
  "vitest": "^3.2.4",
51
- "@mastra/core": "0.15.3-alpha.3",
51
+ "@mastra/core": "0.15.3-alpha.4",
52
52
  "@internal/lint": "0.0.34"
53
53
  },
54
54
  "scripts": {