Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 889 Bytes

File metadata and controls

37 lines (23 loc) · 889 Bytes

Developer Knowledge Extension

This extension connects Gemini CLI with the Developer Knowledge MCP server.

Install

To use this extension, you must enable the Developer Knowledge API and MCP service on your Cloud project.

  1. Create a Google Cloud project.

  2. Enable the Developer Knowledge API on your project:

gcloud services enable developerknowledge.googleapis.com --project=$PROJECT_ID
  1. Enable the Developer Knowledge MCP service:
gcloud beta services mcp enable developerknowledge.googleapis.com --project=$PROJECT_ID
  1. Log in with gcloud:
gcloud auth application-default login
  1. Install the extension.

Disclaimer

This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.