MCP-Drift-State-Tracker/mcp_config.json

17 lines
457 B
JSON
Executable File

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MCP Drift State Tracker — MCP Client Configuration",
"description": "Reference configuration for MCP-compatible clients. Set MCP_TRACKER_PATH to the absolute path of this repository.",
"mcpServers": {
"mcp-drift-state-tracker": {
"command": "npx",
"args": [
"--package", "tsx",
"tsx",
"${MCP_TRACKER_PATH}/src/index.ts"
]
}
}
}