├── .cursorrules ├── .gitignore ├── LICENSE ├── README.md ├── docs └── mcp_spec │ └── llms-full.txt ├── index.ts ├── package.json ├── pnpm-lock.yaml └── tsconfig.json /.cursorrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/.cursorrules -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/README.md -------------------------------------------------------------------------------- /docs/mcp_spec/llms-full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/docs/mcp_spec/llms-full.txt -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/index.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzxrai/mcp-webresearch/HEAD/tsconfig.json --------------------------------------------------------------------------------