chore: @modelcontextprotocol/sdk als Abhängigkeit hinzugefügt
This commit is contained in:
11
mcpServer.js
Executable file
11
mcpServer.js
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/home/seb/.nvm/versions/node/v22.15.1/bin/node
|
||||
import dotenv from 'dotenv';
|
||||
import { startMCPServer } from './src/mcpServer.js';
|
||||
|
||||
// Load environment variables from .env file
|
||||
dotenv.config();
|
||||
|
||||
startMCPServer().catch((error) => {
|
||||
console.error('Failed to start MCP server:', error);
|
||||
process.exit(1);
|
||||
});
|
||||
Reference in New Issue
Block a user