Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libs/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/adapters",
"version": "0.7.1",
"version": "0.7.2",
"description": "Adapters for the FrontMCP framework",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -53,8 +53,8 @@
"./esm": null
},
"dependencies": {
"@frontmcp/utils": "0.7.1",
"@frontmcp/sdk": "0.7.1",
"@frontmcp/utils": "0.7.2",
"@frontmcp/sdk": "0.7.2",
"zod": "^4.0.0",
"openapi-types": "^12.1.3",
"@modelcontextprotocol/sdk": "1.25.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontmcp",
"version": "0.7.1",
"version": "0.7.2",
"description": "FrontMCP command line interface",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepare": "npm run build"
},
"dependencies": {
"@frontmcp/utils": "0.7.1",
"@frontmcp/utils": "0.7.2",
"tslib": "^2.3.0",
"@rspack/core": "^1.3.12"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/di",
"version": "0.7.1",
"version": "0.7.2",
"description": "Generic dependency injection container and registry utilities for TypeScript applications",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down
10 changes: 5 additions & 5 deletions libs/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugins",
"version": "0.7.1",
"version": "0.7.2",
"description": "FrontMCP plugins meta-package - installs all official plugins",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -45,10 +45,10 @@
}
},
"dependencies": {
"@frontmcp/plugin-cache": "0.7.1",
"@frontmcp/plugin-codecall": "0.7.1",
"@frontmcp/plugin-dashboard": "0.7.1",
"@frontmcp/plugin-remember": "0.7.1"
"@frontmcp/plugin-cache": "0.7.2",
"@frontmcp/plugin-codecall": "0.7.2",
"@frontmcp/plugin-dashboard": "0.7.2",
"@frontmcp/plugin-remember": "0.7.2"
},
"devDependencies": {
"reflect-metadata": "^0.2.2"
Expand Down
8 changes: 4 additions & 4 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/sdk",
"version": "0.7.1",
"version": "0.7.2",
"description": "FrontMCP SDK",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -68,9 +68,9 @@
}
},
"dependencies": {
"@frontmcp/utils": "0.7.1",
"@frontmcp/di": "0.7.1",
"@frontmcp/uipack": "0.7.1",
"@frontmcp/utils": "0.7.2",
"@frontmcp/di": "0.7.2",
"@frontmcp/uipack": "0.7.2",
"@modelcontextprotocol/sdk": "1.25.1",
"@langchain/core": "^1.1.8",
"@langchain/openai": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions libs/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/testing",
"version": "0.7.1",
"version": "0.7.2",
"description": "E2E testing framework for FrontMCP servers - MCP client, auth mocks, Playwright integration",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -92,8 +92,8 @@
"./esm": null
},
"peerDependencies": {
"@frontmcp/sdk": "0.7.1",
"@frontmcp/ui": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"@frontmcp/ui": "0.7.2",
"@playwright/test": "^1.40.0",
"jest": "^29.0.0",
"@jest/globals": "^29.0.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/ui",
"version": "0.7.1",
"version": "0.7.2",
"description": "FrontMCP UI - React components and hooks for MCP applications",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -63,7 +63,7 @@
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"@frontmcp/uipack": "0.7.1"
"@frontmcp/uipack": "0.7.2"
},
"devDependencies": {
"@types/react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/uipack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/uipack",
"version": "0.7.1",
"version": "0.7.2",
"description": "FrontMCP UIpack - Bundling, build tools, and platform adapters for MCP UI development (React-free core)",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://docs.agentfront.dev",
Expand Down Expand Up @@ -57,7 +57,7 @@
"./esm": null
},
"dependencies": {
"@frontmcp/utils": "0.7.1",
"@frontmcp/utils": "0.7.2",
"@swc/core": "^1.5.0",
"enclave-vm": "^2.7.0",
"esbuild": "^0.27.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/utils",
"version": "0.7.1",
"version": "0.7.2",
"description": "Shared utility functions for FrontMCP - string manipulation, URI handling, path utilities, and more",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-approval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugin-approval",
"version": "0.7.1",
"version": "0.7.2",
"description": "Approval plugin for FrontMCP - tool authorization workflow with PKCE webhook security",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"ioredis": "^5.8.0",
"@frontmcp/sdk": "0.7.1",
"@frontmcp/utils": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"@frontmcp/utils": "0.7.2",
"reflect-metadata": "^0.2.2",
"zod": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugin-cache",
"version": "0.7.1",
"version": "0.7.2",
"description": "Cache plugin for FrontMCP - Redis, Vercel KV, and in-memory caching with automatic tool result caching",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"ioredis": "^5.8.0",
"@frontmcp/sdk": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"zod": "^4.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-codecall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugin-codecall",
"version": "0.7.1",
"version": "0.7.2",
"description": "CodeCall plugin for FrontMCP - AgentScript-based meta-tools for orchestrating MCP tools",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,11 +48,11 @@
"dependencies": {
"enclave-vm": "^2.7.0",
"vectoriadb": "^2.0.2",
"@frontmcp/sdk": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"zod": "^4.0.0"
},
"peerDependencies": {
"@frontmcp/plugin-cache": "0.7.1"
"@frontmcp/plugin-cache": "0.7.2"
},
"devDependencies": {
"reflect-metadata": "^0.2.2"
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugin-dashboard",
"version": "0.7.1",
"version": "0.7.2",
"description": "Dashboard plugin for FrontMCP - visual monitoring and introspection of MCP servers",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
}
},
"dependencies": {
"@frontmcp/sdk": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"zod": "^4.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-remember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontmcp/plugin-remember",
"version": "0.7.1",
"version": "0.7.2",
"description": "Remember plugin for FrontMCP - encrypted session memory with approval system for secure tool authorization",
"author": "AgentFront <info@agentfront.dev>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"ioredis": "^5.8.0",
"@frontmcp/sdk": "0.7.1",
"@frontmcp/utils": "0.7.1",
"@frontmcp/sdk": "0.7.2",
"@frontmcp/utils": "0.7.2",
"zod": "^4.0.0"
},
"peerDependencies": {
Expand Down