MCP Terminal Server

{ "main": "lib/index.js", "scripts": { "start:anthropic": "node lib/anthropic.js", "start:mistral": "node lib/mistral.js", "build": "tsc", "build:watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "name": "anthropic-models", "version": "1.0.0", "description": "", "keywords": [], "author": "", "license": "ISC", "dependencies": { "@genkit-ai/firebase": "workspace:*", "@genkit-ai/vertexai": "workspace:*", "@mistralai/mistralai-gcp": "^1.3.4", "express": "^4.21.0", "genkit": "workspace:*", "zod": "3.22.4" }, "devDependencies": { "typescript": "^5.5.3" } }