13 lines
250 B
JSON
13 lines
250 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"pypi-query": {
|
||
|
|
"command": "uvx",
|
||
|
|
"args": ["--from", "pypi-query-mcp-server", "pypi-query-mcp"],
|
||
|
|
"env": {
|
||
|
|
"PYPI_INDEX_URL": "https://pypi.org/simple/",
|
||
|
|
"CACHE_TTL": "3600"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|