.mcp.json 162 B

123456789
  1. {
  2. "greptile": {
  3. "type": "http",
  4. "url": "https://api.greptile.com/mcp",
  5. "headers": {
  6. "Authorization": "Bearer ${GREPTILE_API_KEY}"
  7. }
  8. }
  9. }