@mastra/mcp-docs-server 0.0.2-alpha.0 → 0.0.2

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.
@@ -1,5 +1,11 @@
1
1
  # mastra
2
2
 
3
+ ## 0.4.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 010fc45: Fix storage init stuck
8
+
3
9
  ## 0.4.1-alpha.1
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - Updated dependencies [6feb23f]
293
299
  - Updated dependencies [f2d6727]
294
300
  - Updated dependencies [301e4ee]
295
- - Updated dependencies [dfbe4e9]
296
- - Updated dependencies [9e81f35]
297
- - Updated dependencies [caefaa2]
298
- - Updated dependencies [c151ae6]
299
- - Updated dependencies [52e0418]
300
- - Updated dependencies [03236ec]
301
301
 
302
- ... 2010 more lines hidden. See full changelog in package directory.
302
+ ... 2016 more lines hidden. See full changelog in package directory.
@@ -10,7 +10,7 @@ The OpenAIRealtimeVoice class provides real-time voice interaction capabilities
10
10
  ## Usage Example
11
11
 
12
12
  ```typescript
13
- import { OpenAIRealtimeVoice } from '@mastra/voice-openai-realtime-api';
13
+ import { OpenAIRealtimeVoice } from "@mastra/voice-openai-realtime";
14
14
 
15
15
  // Initialize with default configuration using environment variables
16
16
  const voice = new OpenAIRealtimeVoice();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.0.2-alpha.0",
3
+ "version": "0.0.2",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "tylerbarnes-fastmcp-fix": "^1.0.0",
38
38
  "uuid": "^11.1.0",
39
39
  "zod": "^3.22.4",
40
- "@mastra/core": "^0.6.2-alpha.0"
40
+ "@mastra/core": "^0.6.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/jsdom": "^21.1.7",