15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"servers": {
|
|
"tianji-mcp-server": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": ["${workspaceFolder}/dist/index.js"],
|
|
"env": {
|
|
"TIANJI_BASE_URL": "https://tianji.example.com",
|
|
"TIANJI_API_KEY": "<your-api-key>",
|
|
"TIANJI_WORKSPACE_ID": "<your-workspace-id>"
|
|
}
|
|
}
|
|
}
|
|
}
|