Package Exports
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 (@lsf-lab/lp-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@lsf-lab/lp-mcp
MCP server.
Installation
No installation needed — invoke directly via npx:
npx -y @lsf-lab/lp-mcp --helpConfiguration
Two values are required:
| Variable | Flag | Description |
|---|---|---|
LP_API_KEY |
--api-key |
API key for authentication |
LP_API_URL |
--api-url |
API base URL |
CLI flags override environment variables.
Usage
MCP client configuration
{
"mcpServers": {
"lp": {
"command": "npx",
"args": ["-y", "@lsf-lab/lp-mcp"],
"env": {
"LP_API_KEY": "your-api-key",
"LP_API_URL": "https://api.example.com"
}
}
}
}Direct CLI
LP_API_KEY=xxx LP_API_URL=https://api.example.com npx -y @lsf-lab/lp-mcpOr with flags:
npx -y @lsf-lab/lp-mcp --api-key xxx --api-url https://api.example.comLicense
UNLICENSED — All rights reserved.