chore: remove accidentally tracked wip packages breaking lockfile

This commit is contained in:
2026-03-03 12:39:59 +01:00
parent d96d6a4b13
commit 4a4409ca85
2 changed files with 0 additions and 73 deletions

View File

@@ -1,25 +0,0 @@
{
"name": "@mintel/memory-mcp",
"version": "1.9.9",
"description": "Local Qdrant-based Memory MCP server",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"test:unit": "vitest run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@qdrant/js-client-rest": "^1.12.0",
"@xenova/transformers": "^2.17.2",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.5.3",
"@types/node": "^20.14.10",
"tsx": "^4.19.1",
"vitest": "^2.1.3"
}
}

View File

@@ -1,48 +0,0 @@
{
"name": "@mintel/payload-chat",
"version": "1.9.9",
"private": true,
"description": "Payload CMS Plugin for MCP AI Chat with custom permissions",
"type": "module",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./components/*": "./dist/components/*",
"./actions/*": "./dist/actions/*",
"./endpoints/*": "./dist/endpoints/*",
"./tools/*": "./dist/tools/*",
"./utils/*": "./dist/utils/*"
},
"peerDependencies": {
"@payloadcms/next": ">=3.0.0",
"@payloadcms/ui": ">=3.0.0",
"payload": ">=3.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.39",
"@modelcontextprotocol/sdk": "^1.6.0",
"@qdrant/js-client-rest": "^1.17.0",
"ai": "^4.1.41",
"lucide-react": "^0.475.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@payloadcms/next": "3.77.0",
"@payloadcms/ui": "3.77.0",
"@types/node": "^20.17.17",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"next": "^15.1.0",
"payload": "3.77.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.7.3"
}
}