@frontmcp/plugins 0.12.2 → 1.0.0-beta.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/README.md CHANGED
@@ -4,6 +4,17 @@ Official plugin collection for FrontMCP servers.
4
4
 
5
5
  [![NPM](https://img.shields.io/npm/v/@frontmcp/plugins.svg)](https://www.npmjs.com/package/@frontmcp/plugins)
6
6
 
7
+ > **DEPRECATED**
8
+ >
9
+ > `@frontmcp/plugins` is an aggregator meta-package that will **no longer be published** from v1.0.0 onward.
10
+ > Please install individual plugin packages directly instead.
11
+ >
12
+ > | Instead of | Use |
13
+ > | ---------------------------------------------------- | ------------------------------------------------------------ |
14
+ > | `npm install @frontmcp/plugins` | `npm install @frontmcp/plugin-cache` (etc.) |
15
+ > | `import { CachePlugin } from '@frontmcp/plugins'` | `import { CachePlugin } from '@frontmcp/plugin-cache'` |
16
+ > | `import { RememberPlugin } from '@frontmcp/plugins'` | `import { RememberPlugin } from '@frontmcp/plugin-remember'` |
17
+
7
18
  ## Install
8
19
 
9
20
  ```bash
package/esm/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/plugins",
3
- "version": "0.12.2",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "FrontMCP plugins meta-package - installs all official plugins",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -47,10 +47,10 @@
47
47
  "node": ">=22.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@frontmcp/plugin-cache": "0.12.2",
51
- "@frontmcp/plugin-codecall": "0.12.2",
52
- "@frontmcp/plugin-dashboard": "0.12.2",
53
- "@frontmcp/plugin-remember": "0.12.2"
50
+ "@frontmcp/plugin-cache": "1.0.0-beta.1",
51
+ "@frontmcp/plugin-codecall": "1.0.0-beta.1",
52
+ "@frontmcp/plugin-dashboard": "1.0.0-beta.1",
53
+ "@frontmcp/plugin-remember": "1.0.0-beta.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "reflect-metadata": "^0.2.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/plugins",
3
- "version": "0.12.2",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "FrontMCP plugins meta-package - installs all official plugins",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -47,10 +47,10 @@
47
47
  "node": ">=22.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@frontmcp/plugin-cache": "0.12.2",
51
- "@frontmcp/plugin-codecall": "0.12.2",
52
- "@frontmcp/plugin-dashboard": "0.12.2",
53
- "@frontmcp/plugin-remember": "0.12.2"
50
+ "@frontmcp/plugin-cache": "1.0.0-beta.1",
51
+ "@frontmcp/plugin-codecall": "1.0.0-beta.1",
52
+ "@frontmcp/plugin-dashboard": "1.0.0-beta.1",
53
+ "@frontmcp/plugin-remember": "1.0.0-beta.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "reflect-metadata": "^0.2.2"