mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-31 20:03:36 +00:00
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"greptile": {
|
|
"type": "http",
|
|
"url": "https://api.greptile.com/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${GREPTILE_API_KEY}"
|
|
}
|
|
}
|
|
}
|