adonis-mcp-docs 0.1.0 → 0.1.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.
package/build/bin/mcp.js CHANGED
File without changes
@@ -1,13 +1,7 @@
1
1
  import { defineConfig } from '@jrmc/adonis-mcp';
2
- import app from '@adonisjs/core/services/app';
3
2
  export default defineConfig({
4
- name: 'adonis-mcp',
3
+ name: 'adonis-mcp-docs',
5
4
  version: '1.0.0',
6
5
  completions: true,
7
- directories: {
8
- tools: app.makePath('app/mcp/tools'),
9
- resources: app.makePath('app/mcp/resources'),
10
- prompts: app.makePath('app/mcp/prompts'),
11
- },
12
6
  });
13
7
  //# sourceMappingURL=mcp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.js","sourceRoot":"","sources":["../../config/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAC/C,OAAO,GAAG,MAAM,6BAA6B,CAAA;AAE7C,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE;QACX,KAAK,EAAE,GAAG,CAAC,QAAQ,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,GAAG,CAAC,QAAQ,CAAC,iBAAiB,CAAC;KACzC;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"mcp.js","sourceRoot":"","sources":["../../config/mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAE/C,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE,iBAAiB;IACvB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,IAAI;CAClB,CAAC,CAAA"}
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "adonis-mcp-server",
3
- "version": "0.1.2",
2
+ "name": "adonis-mcp-docs",
3
+ "version": "0.1.0",
4
4
  "description": "MCP server to access adonis-mcp documentation",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "bin": {
8
- "adonis-mcp-server": "./build/bin/mcp.js"
8
+ "adonis-mcp-docs": "./build/bin/mcp.js"
9
9
  },
10
10
  "files": [
11
11
  "build"
@@ -21,12 +21,12 @@
21
21
  ],
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/batosai/adonis-mcp-server"
24
+ "url": "https://github.com/batosai/adonis-mcp-docs"
25
25
  },
26
26
  "scripts": {
27
27
  "start": "node bin/server.js",
28
28
  "build": "node ace build",
29
- "postbuild": "test -f .env.example && cp .env.example build/.env || true",
29
+ "postbuild": "chmod +x build/bin/mcp.js && test -f .env.example && cp .env.example build/.env || true",
30
30
  "dev": "node ace serve --hmr",
31
31
  "test": "node ace test",
32
32
  "lint": "eslint .",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adonis-mcp-docs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server to access adonis-mcp documentation",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "scripts": {
27
27
  "start": "node bin/server.js",
28
28
  "build": "node ace build",
29
- "postbuild": "test -f .env.example && cp .env.example build/.env || true",
29
+ "postbuild": "chmod +x build/bin/mcp.js && test -f .env.example && cp .env.example build/.env || true",
30
30
  "dev": "node ace serve --hmr",
31
31
  "test": "node ace test",
32
32
  "lint": "eslint .",