Super Shell MCP Server

MIT License
13
  • Linux
  • Apple
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "types": ["node"], "esModuleInterop": true, "strict": true, "outDir": "./build", "rootDir": "./src", "declaration": true, "sourceMap": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }