├── CODEBASE_INTEGRATION.md ├── IMPLEMENTATION_SUMMARY.md ├── README.md ├── client.js ├── dist └── index.js ├── index.ts ├── package.json └── tsconfig.json /CODEBASE_INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/CODEBASE_INTEGRATION.md -------------------------------------------------------------------------------- /IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/README.md -------------------------------------------------------------------------------- /client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/client.js -------------------------------------------------------------------------------- /dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/dist/index.js -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/index.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/package.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bartekke8it56w2/new-mcp/HEAD/tsconfig.json --------------------------------------------------------------------------------