mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Added main server file (index.ts) to initialize the Crawlab MCP Server. - Created prompts for spider analysis, task debugging, spider setup, and system monitoring. - Developed tools for managing spiders, tasks, nodes, schedules, and system health. - Implemented a mock client for testing server functionality. - Added versioning support with version.ts. - Created a test script (test-server.mjs) to validate tool configurations and server responses. - Included build validation script (validate-build.mjs) to ensure proper setup and functionality. - Configured TypeScript settings with tsconfig.json for better development experience.
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"mcpServers": {
|
|
"crawlab": {
|
|
"command": "node",
|
|
"args": ["/home/marvin/projects/crawlab-team/crawlab-pro/mcp/dist/index.js", "http://localhost:8080"],
|
|
"env": {
|
|
"CRAWLAB_API_TOKEN": "your-api-token-here"
|
|
}
|
|
}
|
|
}
|
|
}
|