UNPKG

@chriswhiterocks/sushimcp

Version:

SushiMCP a dev tools model context protocol server that serves context on a roll.

17 lines (16 loc) 408 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "paths": { "@modelcontextprotocol/sdk": [ "./node_modules/@modelcontextprotocol/sdk/dist/esm" ], "#lib/*": ["./src/lib/*"], "#tools/*": ["./src/tools/*"], "#resources/*": ["./src/resources/*"] } }, "include": ["src/**/*", "__tests__/**/*"], "exclude": ["node_modules", "dist"] }