@frontmcp/plugins 0.6.2 → 0.7.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.
Files changed (46) hide show
  1. package/esm/index.mjs +5 -2951
  2. package/esm/package.json +20 -50
  3. package/index.d.ts +16 -4
  4. package/index.d.ts.map +1 -0
  5. package/index.js +9 -2952
  6. package/package.json +11 -38
  7. package/cache/cache.plugin.d.ts +0 -10
  8. package/cache/cache.symbol.d.ts +0 -3
  9. package/cache/cache.types.d.ts +0 -68
  10. package/cache/index.d.ts +0 -2
  11. package/cache/index.js +0 -412
  12. package/cache/providers/cache-memory.provider.d.ts +0 -19
  13. package/cache/providers/cache-redis.provider.d.ts +0 -15
  14. package/cache/providers/cache-vercel-kv.provider.d.ts +0 -24
  15. package/codecall/codecall.plugin.d.ts +0 -41
  16. package/codecall/codecall.symbol.d.ts +0 -106
  17. package/codecall/codecall.types.d.ts +0 -352
  18. package/codecall/errors/index.d.ts +0 -1
  19. package/codecall/errors/tool-call.errors.d.ts +0 -79
  20. package/codecall/index.d.ts +0 -2
  21. package/codecall/index.js +0 -2988
  22. package/codecall/providers/code-call.config.d.ts +0 -29
  23. package/codecall/security/index.d.ts +0 -2
  24. package/codecall/security/self-reference-guard.d.ts +0 -32
  25. package/codecall/security/tool-access-control.service.d.ts +0 -104
  26. package/codecall/services/audit-logger.service.d.ts +0 -186
  27. package/codecall/services/enclave.service.d.ts +0 -62
  28. package/codecall/services/error-enrichment.service.d.ts +0 -94
  29. package/codecall/services/index.d.ts +0 -6
  30. package/codecall/services/output-sanitizer.d.ts +0 -86
  31. package/codecall/services/synonym-expansion.service.d.ts +0 -66
  32. package/codecall/services/tool-search.service.d.ts +0 -175
  33. package/codecall/tools/describe.schema.d.ts +0 -28
  34. package/codecall/tools/describe.tool.d.ts +0 -35
  35. package/codecall/tools/execute.schema.d.ts +0 -115
  36. package/codecall/tools/execute.tool.d.ts +0 -5
  37. package/codecall/tools/index.d.ts +0 -4
  38. package/codecall/tools/invoke.schema.d.ts +0 -104
  39. package/codecall/tools/invoke.tool.d.ts +0 -13
  40. package/codecall/tools/search.schema.d.ts +0 -30
  41. package/codecall/tools/search.tool.d.ts +0 -5
  42. package/codecall/utils/describe.utils.d.ts +0 -86
  43. package/codecall/utils/index.d.ts +0 -2
  44. package/codecall/utils/mcp-result.d.ts +0 -6
  45. package/esm/cache/index.mjs +0 -395
  46. package/esm/codecall/index.mjs +0 -2959
package/esm/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontmcp/plugins",
3
- "version": "0.6.2",
4
- "description": "FrontMCP plugins to extend the SDK",
3
+ "version": "0.7.1",
4
+ "description": "FrontMCP plugins meta-package - installs all official plugins",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
7
7
  "license": "Apache-2.0",
@@ -21,65 +21,35 @@
21
21
  "bugs": {
22
22
  "url": "https://github.com/agentfront/frontmcp/issues"
23
23
  },
24
- "type": "commonjs",
25
- "main": "./dist/index.js",
26
- "module": "./dist/esm/index.mjs",
27
- "types": "./dist/index.d.ts",
24
+ "publishConfig": {
25
+ "access": "public",
26
+ "registry": "https://registry.npmjs.org/"
27
+ },
28
+ "type": "module",
29
+ "main": "../index.js",
30
+ "module": "./index.mjs",
31
+ "types": "../index.d.ts",
28
32
  "sideEffects": false,
29
33
  "exports": {
30
- "./package.json": "./package.json",
34
+ "./package.json": "../package.json",
31
35
  ".": {
32
- "development": "./src/index.ts",
33
36
  "require": {
34
- "types": "./dist/index.d.ts",
35
- "default": "./dist/index.js"
37
+ "types": "../index.d.ts",
38
+ "default": "../index.js"
36
39
  },
37
40
  "import": {
38
- "types": "./dist/index.d.ts",
39
- "default": "./dist/esm/index.mjs"
41
+ "types": "../index.d.ts",
42
+ "default": "./index.mjs"
40
43
  }
41
- },
42
- "./cache": {
43
- "development": "./src/cache/index.ts",
44
- "require": {
45
- "types": "./dist/cache/index.d.ts",
46
- "default": "./dist/cache/index.js"
47
- },
48
- "import": {
49
- "types": "./dist/cache/index.d.ts",
50
- "default": "./dist/esm/cache/index.mjs"
51
- }
52
- },
53
- "./codecall": {
54
- "development": "./src/codecall/index.ts",
55
- "require": {
56
- "types": "./dist/codecall/index.d.ts",
57
- "default": "./dist/codecall/index.js"
58
- },
59
- "import": {
60
- "types": "./dist/codecall/index.d.ts",
61
- "default": "./dist/esm/codecall/index.mjs"
62
- }
63
- },
64
- "./esm": null
44
+ }
65
45
  },
66
46
  "dependencies": {
67
- "ioredis": "^5.8.0",
68
- "@frontmcp/sdk": "0.6.2",
69
- "enclave-vm": "^1.0.3",
70
- "vectoriadb": "^2.0.1",
71
- "zod": "^4.0.0",
72
- "@modelcontextprotocol/sdk": "1.25.1"
47
+ "@frontmcp/plugin-cache": "0.7.1",
48
+ "@frontmcp/plugin-codecall": "0.7.1",
49
+ "@frontmcp/plugin-dashboard": "0.7.1",
50
+ "@frontmcp/plugin-remember": "0.7.1"
73
51
  },
74
52
  "devDependencies": {
75
53
  "reflect-metadata": "^0.2.2"
76
- },
77
- "peerDependencies": {
78
- "@vercel/kv": "^2.0.0 || ^3.0.0"
79
- },
80
- "peerDependenciesMeta": {
81
- "@vercel/kv": {
82
- "optional": true
83
- }
84
54
  }
85
55
  }
package/index.d.ts CHANGED
@@ -1,4 +1,16 @@
1
- export { default as CachePlugin } from './cache';
2
- export { CachePluginOptions } from './cache';
3
- export { default as CodeCallPlugin } from './codecall';
4
- export { CodeCallPluginOptions, CodeCallPluginOptionsInput } from './codecall';
1
+ /**
2
+ * @frontmcp/plugins - Meta-package for FrontMCP plugins
3
+ *
4
+ * This package re-exports all official FrontMCP plugins for convenience.
5
+ * You can also install individual plugins directly:
6
+ *
7
+ * - @frontmcp/plugin-cache
8
+ * - @frontmcp/plugin-codecall
9
+ * - @frontmcp/plugin-dashboard
10
+ * - @frontmcp/plugin-remember
11
+ */
12
+ export * from '@frontmcp/plugin-cache';
13
+ export * from '@frontmcp/plugin-codecall';
14
+ export * from '@frontmcp/plugin-dashboard';
15
+ export * from '@frontmcp/plugin-remember';
16
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}