UNPKG

@the_cfdude/productboard-mcp

Version:

Model Context Protocol server for Productboard REST API with dynamic tool loading

19 lines (18 loc) 450 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "outDir": "./build", "rootDir": "./", "strict": true, "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*", "generated/**/*"], "exclude": ["node_modules", "build"] }