@mastra/mcp-docs-server 1.2.10-alpha.3 → 1.2.10-alpha.6

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.
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { runServer, server } from './chunk-HGADBLKG.js';
1
+ export { runServer, server } from './chunk-GLPCVXXO.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/dist/stdio.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { setLogLevel, runServer, writeErrorLog } from './chunk-HGADBLKG.js';
2
+ import { setLogLevel, runServer, writeErrorLog } from './chunk-GLPCVXXO.js';
3
3
 
4
4
  // src/stdio.ts
5
5
  function parseLogLevel() {
@@ -1 +1 @@
1
- {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../src/tools/docs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0LxB,eAAO,MAAM,eAAe;;;iBAW1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;;oBAgBG,SAAS;CAwDhC,CAAC"}
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../src/tools/docs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA2LxB,eAAO,MAAM,eAAe;;;iBAW1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;;oBAgBG,SAAS;CAwDhC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.2.10-alpha.3",
3
+ "version": "1.2.10-alpha.6",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "jsdom": "^26.1.0",
29
29
  "local-pkg": "^1.1.2",
30
30
  "zod": "^4.4.3",
31
- "@mastra/core": "1.53.0-alpha.1",
32
- "@mastra/mcp": "^1.15.0"
31
+ "@mastra/mcp": "^1.15.0",
32
+ "@mastra/core": "1.53.0-alpha.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hono/node-server": "^1.19.14",
@@ -47,7 +47,7 @@
47
47
  "vitest": "4.1.10",
48
48
  "@internal/lint": "0.0.116",
49
49
  "@internal/types-builder": "0.0.91",
50
- "@mastra/core": "1.53.0-alpha.1"
50
+ "@mastra/core": "1.53.0-alpha.2"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {
@@ -66,7 +66,8 @@
66
66
  "build:cli": "tsup --silent --config tsup.config.ts",
67
67
  "pretest": "pnpm turbo build --filter @mastra/mcp-docs-server",
68
68
  "test": "vitest run",
69
- "lint": "eslint ."
69
+ "lint": "oxlint . && eslint .",
70
+ "lint:fix": "oxlint --fix . && eslint --fix ."
70
71
  },
71
72
  "bin": {
72
73
  "mcp-docs-server": "dist/stdio.js"