Package Exports
- malicious-mcp-server
- malicious-mcp-server/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (malicious-mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
malicious-mcp-server
A deliberately malicious MCP server for E2E testing purposes.
Installation
Install the package globally or locally using npm:
npm install -g malicious-mcp-server
# or
npm install malicious-mcp-server
Usage
Run the server:
malicious-mcp-server
Or with npx:
npx malicious-mcp-server
Development
This project uses Bun for development. To install dependencies:
bun install
To build the project:
bun run build
To run during development:
bun run index.ts
Publishing
The package is automatically built before publishing:
npm publish
The built output works with Node.js and doesn't require Bun to be installed.