@maka/maka-cli 5.1.40 → 5.1.42

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 (134) hide show
  1. package/.claude/codebase-overview.md +736 -0
  2. package/.claude/settings.local.json +17 -0
  3. package/bundle/typescript/package.json +8 -2
  4. package/bundle/typescript/src/commands/_index.d.ts +1 -1
  5. package/bundle/typescript/src/commands/_index.js +1 -1
  6. package/bundle/typescript/src/commands/_index.js.map +1 -1
  7. package/bundle/typescript/src/commands/ai/_index.d.ts +2 -0
  8. package/bundle/typescript/src/commands/ai/_index.js +3 -0
  9. package/bundle/typescript/src/commands/ai/_index.js.map +1 -0
  10. package/bundle/typescript/src/commands/ai/ai.command.d.ts +3 -0
  11. package/bundle/typescript/src/commands/{ai.js → ai/ai.command.js} +9 -7
  12. package/bundle/typescript/src/commands/ai/ai.command.js.map +1 -0
  13. package/bundle/typescript/src/commands/ai/mcp.sub.cmd.js +605 -0
  14. package/bundle/typescript/src/commands/ai/mcp.sub.cmd.js.map +1 -0
  15. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +3 -1
  16. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -1
  17. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +3 -1
  18. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -1
  19. package/bundle/typescript/src/commands/build/build.js +7 -1
  20. package/bundle/typescript/src/commands/build/build.js.map +1 -1
  21. package/bundle/typescript/src/commands/create.js +171 -36
  22. package/bundle/typescript/src/commands/create.js.map +1 -1
  23. package/bundle/typescript/src/commands/debug.js +20 -1
  24. package/bundle/typescript/src/commands/debug.js.map +1 -1
  25. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +38 -8
  26. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -1
  27. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +47 -10
  28. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -1
  29. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +3 -1
  30. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -1
  31. package/bundle/typescript/src/commands/lint.js +4 -1
  32. package/bundle/typescript/src/commands/lint.js.map +1 -1
  33. package/bundle/typescript/src/commands/login.js +9 -1
  34. package/bundle/typescript/src/commands/login.js.map +1 -1
  35. package/bundle/typescript/src/commands/logout.js +3 -1
  36. package/bundle/typescript/src/commands/logout.js.map +1 -1
  37. package/bundle/typescript/src/commands/logs.js +3 -1
  38. package/bundle/typescript/src/commands/logs.js.map +1 -1
  39. package/bundle/typescript/src/commands/proxy.js +6 -1
  40. package/bundle/typescript/src/commands/proxy.js.map +1 -1
  41. package/bundle/typescript/src/commands/reconfig.js +1 -1
  42. package/bundle/typescript/src/commands/reconfig.js.map +1 -1
  43. package/bundle/typescript/src/commands/register.js +4 -1
  44. package/bundle/typescript/src/commands/register.js.map +1 -1
  45. package/bundle/typescript/src/commands/run/docker.sub.cmd.js +3 -1
  46. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -1
  47. package/bundle/typescript/src/commands/run/run.command.js +59 -12
  48. package/bundle/typescript/src/commands/run/run.command.js.map +1 -1
  49. package/bundle/typescript/src/commands/ssh.js +4 -1
  50. package/bundle/typescript/src/commands/ssh.js.map +1 -1
  51. package/bundle/typescript/src/commands/ssl.js +4 -1
  52. package/bundle/typescript/src/commands/ssl.js.map +1 -1
  53. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +10 -10
  54. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -1
  55. package/bundle/typescript/src/commands/version/use.sub.cmd.js +15 -3
  56. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -1
  57. package/bundle/typescript/src/commands/version/version.js +3 -1
  58. package/bundle/typescript/src/commands/version/version.js.map +1 -1
  59. package/bundle/typescript/src/generators/api.js +61 -9
  60. package/bundle/typescript/src/generators/api.js.map +1 -1
  61. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +1 -1
  62. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -1
  63. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +6 -3
  64. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -1
  65. package/bundle/typescript/src/generators/collection.js +8 -1
  66. package/bundle/typescript/src/generators/collection.js.map +1 -1
  67. package/bundle/typescript/src/generators/component.js +4 -1
  68. package/bundle/typescript/src/generators/component.js.map +1 -1
  69. package/bundle/typescript/src/generators/config.js +5 -1
  70. package/bundle/typescript/src/generators/config.js.map +1 -1
  71. package/bundle/typescript/src/generators/dbc.js +4 -1
  72. package/bundle/typescript/src/generators/dbc.js.map +1 -1
  73. package/bundle/typescript/src/generators/hook.js +3 -1
  74. package/bundle/typescript/src/generators/hook.js.map +1 -1
  75. package/bundle/typescript/src/generators/kits/_index.d.ts +1 -0
  76. package/bundle/typescript/src/generators/kits/_index.js +1 -0
  77. package/bundle/typescript/src/generators/kits/_index.js.map +1 -1
  78. package/bundle/typescript/src/generators/kits/auth/auth.generator.js +1 -1
  79. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -1
  80. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +5 -1
  81. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -1
  82. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +5 -1
  83. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -1
  84. package/bundle/typescript/src/generators/kits/esri/esri.generator.js +1 -1
  85. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -1
  86. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +1 -1
  87. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -1
  88. package/bundle/typescript/src/generators/kits/frames/_index.d.ts +1 -0
  89. package/bundle/typescript/src/generators/kits/frames/_index.js +2 -0
  90. package/bundle/typescript/src/generators/kits/frames/_index.js.map +1 -0
  91. package/bundle/typescript/src/generators/kits/frames/frames.generator.d.ts +3 -0
  92. package/bundle/typescript/src/generators/kits/frames/frames.generator.js +163 -0
  93. package/bundle/typescript/src/generators/kits/frames/frames.generator.js.map +1 -0
  94. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +33 -14
  95. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -1
  96. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +26 -6
  97. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -1
  98. package/bundle/typescript/src/generators/kits/mui/mui.generator.js +19 -10
  99. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -1
  100. package/bundle/typescript/src/generators/layout.js +8 -2
  101. package/bundle/typescript/src/generators/layout.js.map +1 -1
  102. package/bundle/typescript/src/generators/methods.js +4 -1
  103. package/bundle/typescript/src/generators/methods.js.map +1 -1
  104. package/bundle/typescript/src/generators/package.js +7 -2
  105. package/bundle/typescript/src/generators/package.js.map +1 -1
  106. package/bundle/typescript/src/generators/page.js +6 -2
  107. package/bundle/typescript/src/generators/page.js.map +1 -1
  108. package/bundle/typescript/src/generators/publish.js +5 -1
  109. package/bundle/typescript/src/generators/publish.js.map +1 -1
  110. package/bundle/typescript/src/generators/route.js +4 -2
  111. package/bundle/typescript/src/generators/route.js.map +1 -1
  112. package/bundle/typescript/src/templates/meteor/template/template-tests.js.jsx +2 -2
  113. package/bundle/typescript/src/templates/meteor/template/template-tests.js.tsx +2 -2
  114. package/bundle/typescript/src/templates/meteor/template/template.js.jsx +2 -2
  115. package/bundle/typescript/src/templates/meteor/template/template.js.tsx +2 -2
  116. package/bundle/typescript/src/templates/react/hook/hook.js.jsx +1 -1
  117. package/bundle/typescript/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +4 -2
  118. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.css +63 -0
  119. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.jsx +153 -0
  120. package/bundle/typescript/src/templates/react/kit/frames/frames-demo.tsx +164 -0
  121. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.css +105 -0
  122. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.jsx +158 -0
  123. package/bundle/typescript/src/templates/react/kit/frames/workspace-manager.tsx +166 -0
  124. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +3 -1
  125. package/bundle/typescript/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +3 -1
  126. package/bundle/typescript/src/templates/react/test/test.js.jsx +2 -2
  127. package/bundle/typescript/src/templates/react/test/test.js.tsx +2 -2
  128. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +3 -0
  129. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +3 -1
  130. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -1
  131. package/docs/MCP_SERVER.md +396 -0
  132. package/package.json +8 -2
  133. package/bundle/typescript/src/commands/ai.js.map +0 -1
  134. /package/bundle/typescript/src/commands/{ai.d.ts → ai/mcp.sub.cmd.d.ts} +0 -0
@@ -0,0 +1,17 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npx tsc:*)",
5
+ "Bash(npm run build)",
6
+ "Read(//Users/mjc/Development/maka-frames-demo/**)",
7
+ "Read(//Users/mjc/Development/maka-frames-demo/app/**)",
8
+ "Read(//Users/mjc/Development/maka-frames-demo/app/packages/**)"
9
+ ],
10
+ "deny": [],
11
+ "ask": []
12
+ },
13
+ "enabledMcpjsonServers": [
14
+ "maka-cli",
15
+ "maka-cli-advanced"
16
+ ]
17
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "5.1.40",
3
+ "version": "5.1.42",
4
4
  "type": "module",
5
5
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
6
6
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",
@@ -40,17 +40,20 @@
40
40
  "@babel/eslint-parser": "^7.25.9",
41
41
  "@inquirer/prompts": "^7.0.1",
42
42
  "@maka/tar": "^6.2.2",
43
+ "@modelcontextprotocol/sdk": "^1.20.0",
43
44
  "blessed": "^0.1.81",
44
45
  "change-case": "^5.4.4",
45
46
  "cli-color": "^2.0.4",
46
47
  "cli-cursor": "^5.0.0",
47
48
  "cli-table": "^0.3.11",
49
+ "cors": "^2.8.5",
48
50
  "date-fns": "^4.1.0",
49
51
  "delete": "github:maka-io/delete",
50
52
  "dotenv": "^16.4.5",
51
53
  "ejs": "^3.1.10",
52
54
  "elegant-spinner": "^3.0.0",
53
55
  "eslint": "^9.13.0",
56
+ "express": "^5.1.0",
54
57
  "http-proxy": "^1.18.1",
55
58
  "humps": "^2.0.1",
56
59
  "husky": "^9.1.6",
@@ -67,7 +70,8 @@
67
70
  "tar": "^7.4.3",
68
71
  "type-fest": "^4.26.1",
69
72
  "uuid": "^11.0.2",
70
- "xtend": "^4.0.2"
73
+ "xtend": "^4.0.2",
74
+ "zod": "^3.24.1"
71
75
  },
72
76
  "devDependencies": {
73
77
  "@aws-sdk/types": "^3.679.0",
@@ -76,7 +80,9 @@
76
80
  "@types/chai": "^5.0.1",
77
81
  "@types/cli-color": "^2.0.6",
78
82
  "@types/cli-table": "^0.3.4",
83
+ "@types/cors": "^2.8.17",
79
84
  "@types/ejs": "^3.1.5",
85
+ "@types/express": "^5.0.0",
80
86
  "@types/fibers": "^3.1.4",
81
87
  "@types/http-proxy": "^1.17.15",
82
88
  "@types/humps": "^2.0.6",
@@ -1,3 +1,4 @@
1
+ import './ai/_index.js';
1
2
  import './aws/_index.js';
2
3
  import './set/_index.js';
3
4
  import './get/_index.js';
@@ -23,4 +24,3 @@ import './lint.js';
23
24
  import './undo.js';
24
25
  import './profile.js';
25
26
  import './uninstall.js';
26
- import './ai.js';
@@ -1,3 +1,4 @@
1
+ import './ai/_index.js';
1
2
  import './aws/_index.js';
2
3
  import './set/_index.js';
3
4
  import './get/_index.js';
@@ -24,5 +25,4 @@ import './undo.js';
24
25
  import './profile.js';
25
26
  import './uninstall.js';
26
27
  //import './jsdoc.js';
27
- import './ai.js';
28
28
  //# sourceMappingURL=_index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"_index.js","sourceRoot":"","sources":["../../../../src/commands/_index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,kBAAkB,CAAC;AAC1B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,aAAa,CAAC;AACrB,OAAO,YAAY,CAAC;AACpB,OAAO,eAAe,CAAC;AACvB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,WAAW,CAAC;AACnB,OAAO,eAAe,CAAC;AACvB,OAAO,eAAe,CAAC;AACvB,OAAO,UAAU,CAAC;AAClB,OAAO,UAAU,CAAC;AAClB,OAAO,aAAa,CAAC;AACrB,OAAO,YAAY,CAAC;AACpB,OAAO,WAAW,CAAC;AACnB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,gBAAgB,CAAC;AACxB,sBAAsB;AACtB,OAAO,SAAS,CAAC"}
1
+ {"version":3,"file":"_index.js","sourceRoot":"","sources":["../../../../src/commands/_index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AACxB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,kBAAkB,CAAC;AAC1B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,aAAa,CAAC;AACrB,OAAO,YAAY,CAAC;AACpB,OAAO,eAAe,CAAC;AACvB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,WAAW,CAAC;AACnB,OAAO,eAAe,CAAC;AACvB,OAAO,eAAe,CAAC;AACvB,OAAO,UAAU,CAAC;AAClB,OAAO,UAAU,CAAC;AAClB,OAAO,aAAa,CAAC;AACrB,OAAO,YAAY,CAAC;AACpB,OAAO,WAAW,CAAC;AACnB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,gBAAgB,CAAC;AACxB,sBAAsB"}
@@ -0,0 +1,2 @@
1
+ import './ai.command.js';
2
+ import './mcp.sub.cmd.js';
@@ -0,0 +1,3 @@
1
+ import './ai.command.js';
2
+ import './mcp.sub.cmd.js';
3
+ //# sourceMappingURL=_index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_index.js","sourceRoot":"","sources":["../../../../../src/commands/ai/_index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAC;AACzB,OAAO,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Command } from '../../command.js';
2
+ declare const AICommand: Command;
3
+ export default AICommand;
@@ -1,6 +1,6 @@
1
- import { Command } from '../command.js';
2
- import { HTTPS } from '../tools/https/https.class.js';
3
- import { Log } from '../tools/log/log.class.js';
1
+ import { Command } from '../../command.js';
2
+ import { HTTPS } from '../../tools/https/https.class.js';
3
+ import { Log } from '../../tools/log/log.class.js';
4
4
  import readline from 'readline';
5
5
  const startChat = async ({ openApiKey, caCertPath }) => {
6
6
  const rl = readline.createInterface({
@@ -31,11 +31,12 @@ const startChat = async ({ openApiKey, caCertPath }) => {
31
31
  startChat({ openApiKey, caCertPath });
32
32
  });
33
33
  };
34
- Command.create({
34
+ const AICommand = Command.create({
35
35
  name: 'ai',
36
- description: 'ChatGPT style AI interface',
36
+ usage: 'maka ai:<sub-command>',
37
+ description: 'AI tools and integrations including ChatGPT and MCP server',
37
38
  validOpts: ['cacert', 'openapikey'],
38
- shortDesc: 'ChatGPT style AI interface',
39
+ shortDesc: 'AI tools and integrations',
39
40
  }, async function (args, opts) {
40
41
  try {
41
42
  let caCertPath = '';
@@ -78,4 +79,5 @@ Command.create({
78
79
  process.exit(1);
79
80
  }
80
81
  });
81
- //# sourceMappingURL=ai.js.map
82
+ export default AICommand;
83
+ //# sourceMappingURL=ai.command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai.command.js","sourceRoot":"","sources":["../../../../../src/commands/ai/ai.command.ts"],"names":[],"mappings":"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"}