@frontmcp/plugins 0.6.3 → 0.7.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.
- package/esm/index.mjs +5 -2951
- package/esm/package.json +11 -38
- package/index.d.ts +16 -4
- package/index.d.ts.map +1 -0
- package/index.js +9 -2952
- package/package.json +11 -38
- package/cache/cache.plugin.d.ts +0 -10
- package/cache/cache.symbol.d.ts +0 -3
- package/cache/cache.types.d.ts +0 -68
- package/cache/index.d.ts +0 -2
- package/cache/index.js +0 -412
- package/cache/providers/cache-memory.provider.d.ts +0 -19
- package/cache/providers/cache-redis.provider.d.ts +0 -15
- package/cache/providers/cache-vercel-kv.provider.d.ts +0 -24
- package/codecall/codecall.plugin.d.ts +0 -41
- package/codecall/codecall.symbol.d.ts +0 -106
- package/codecall/codecall.types.d.ts +0 -352
- package/codecall/errors/index.d.ts +0 -1
- package/codecall/errors/tool-call.errors.d.ts +0 -79
- package/codecall/index.d.ts +0 -2
- package/codecall/index.js +0 -2988
- package/codecall/providers/code-call.config.d.ts +0 -29
- package/codecall/security/index.d.ts +0 -2
- package/codecall/security/self-reference-guard.d.ts +0 -32
- package/codecall/security/tool-access-control.service.d.ts +0 -104
- package/codecall/services/audit-logger.service.d.ts +0 -186
- package/codecall/services/enclave.service.d.ts +0 -62
- package/codecall/services/error-enrichment.service.d.ts +0 -94
- package/codecall/services/index.d.ts +0 -6
- package/codecall/services/output-sanitizer.d.ts +0 -86
- package/codecall/services/synonym-expansion.service.d.ts +0 -66
- package/codecall/services/tool-search.service.d.ts +0 -175
- package/codecall/tools/describe.schema.d.ts +0 -28
- package/codecall/tools/describe.tool.d.ts +0 -35
- package/codecall/tools/execute.schema.d.ts +0 -115
- package/codecall/tools/execute.tool.d.ts +0 -5
- package/codecall/tools/index.d.ts +0 -4
- package/codecall/tools/invoke.schema.d.ts +0 -104
- package/codecall/tools/invoke.tool.d.ts +0 -13
- package/codecall/tools/search.schema.d.ts +0 -30
- package/codecall/tools/search.tool.d.ts +0 -5
- package/codecall/utils/describe.utils.d.ts +0 -86
- package/codecall/utils/index.d.ts +0 -2
- package/codecall/utils/mcp-result.d.ts +0 -6
- package/esm/cache/index.mjs +0 -395
- 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.
|
|
4
|
-
"description": "FrontMCP plugins
|
|
3
|
+
"version": "0.7.2",
|
|
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,6 +21,10 @@
|
|
|
21
21
|
"bugs": {
|
|
22
22
|
"url": "https://github.com/agentfront/frontmcp/issues"
|
|
23
23
|
},
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public",
|
|
26
|
+
"registry": "https://registry.npmjs.org/"
|
|
27
|
+
},
|
|
24
28
|
"type": "module",
|
|
25
29
|
"main": "../index.js",
|
|
26
30
|
"module": "./index.mjs",
|
|
@@ -37,46 +41,15 @@
|
|
|
37
41
|
"types": "../index.d.ts",
|
|
38
42
|
"default": "./index.mjs"
|
|
39
43
|
}
|
|
40
|
-
}
|
|
41
|
-
"./cache": {
|
|
42
|
-
"require": {
|
|
43
|
-
"types": "../cache/index.d.ts",
|
|
44
|
-
"default": "../cache/index.js"
|
|
45
|
-
},
|
|
46
|
-
"import": {
|
|
47
|
-
"types": "../cache/index.d.ts",
|
|
48
|
-
"default": "./cache/index.mjs"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"./codecall": {
|
|
52
|
-
"require": {
|
|
53
|
-
"types": "../codecall/index.d.ts",
|
|
54
|
-
"default": "../codecall/index.js"
|
|
55
|
-
},
|
|
56
|
-
"import": {
|
|
57
|
-
"types": "../codecall/index.d.ts",
|
|
58
|
-
"default": "./codecall/index.mjs"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"./esm": null
|
|
44
|
+
}
|
|
62
45
|
},
|
|
63
46
|
"dependencies": {
|
|
64
|
-
"
|
|
65
|
-
"@frontmcp/
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"zod": "^4.0.0",
|
|
69
|
-
"@modelcontextprotocol/sdk": "1.25.1"
|
|
47
|
+
"@frontmcp/plugin-cache": "0.7.2",
|
|
48
|
+
"@frontmcp/plugin-codecall": "0.7.2",
|
|
49
|
+
"@frontmcp/plugin-dashboard": "0.7.2",
|
|
50
|
+
"@frontmcp/plugin-remember": "0.7.2"
|
|
70
51
|
},
|
|
71
52
|
"devDependencies": {
|
|
72
53
|
"reflect-metadata": "^0.2.2"
|
|
73
|
-
},
|
|
74
|
-
"peerDependencies": {
|
|
75
|
-
"@vercel/kv": "^2.0.0 || ^3.0.0"
|
|
76
|
-
},
|
|
77
|
-
"peerDependenciesMeta": {
|
|
78
|
-
"@vercel/kv": {
|
|
79
|
-
"optional": true
|
|
80
|
-
}
|
|
81
54
|
}
|
|
82
55
|
}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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"}
|