prompt-analyser/mcp_server/mcp_config.json

14 lines
413 B
JSON

{
"mcpServers": {
"prompt-analyzer": {
"command": "/Users/ananya/Downloads/stitch_prompt_performance_analytics_dashboard/.venv/bin/python",
"args": [
"-m",
"mcp_server.server"
],
"env": {
"PYTHONPATH": "/Users/ananya/Downloads/stitch_prompt_performance_analytics_dashboard"
}
}
}
}