Files
yourpart3/mcp/language-course-server/package.json
Torsten Schulz (local) 1ab9407e79
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
2026-07-21 09:08:15 +02:00

24 lines
573 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "language-course-mcp-server",
"version": "1.0.0",
"description": "MCP-Server: Sprachkurs Begriffe/Phrasen, Ergänzungen, Konversationsübung",
"type": "module",
"private": true,
"bin": {
"language-course-mcp": "./src/server.mjs"
},
"scripts": {
"start": "node src/server.mjs",
"inspect": "npx @modelcontextprotocol/inspector node src/server.mjs"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"dotenv": "^16.4.5",
"openai": "^4.77.0",
"zod": "^3.24.0"
}
}