-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 740 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "aitestlab-mcp-config",
"version": "1.0.0",
"description": "MCP servers configuration for AITestLab project",
"dependencies": {
"@modelcontextprotocol/server-memory": "^2025.8.4",
"@modelcontextprotocol/server-sequential-thinking": "^2025.7.1",
"puppeteer": "^24.16.2"
},
"scripts": {
"mcp:memory": "npx @modelcontextprotocol/server-memory",
"mcp:sequential-thinking": "npx @modelcontextprotocol/server-sequential-thinking",
"mcp:autogen-docs": "npx mcp-remote https://gitmcp.io/microsoft/autogen",
"mcp:test": "echo 'Testing MCP configuration...'"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"claude"
],
"author": "AITestLab Team",
"license": "MIT"
}