ksprashu/gcx-make-google-oss
If you are the rightful owner of gcx-make-google-oss and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server for the Gemini CLI that ensures projects comply with Google's open-source standards.
Google OSS Compliance Extension for Gemini CLI
A Gemini CLI extension that helps make projects compliant with Google's open-source standards.
Overview
This extension provides the /make-google-oss command. This command generates a detailed, step-by-step plan for the Gemini CLI to ensure a project meets Google's open-source requirements, including:
- Adding a
LICENSEfile (Apache 2.0). - Adding a
CONTRIBUTING.mdfile. - Adding Apache 2.0 license headers to all source code files.
- Updating the
README.mdwith required disclaimers and license information.
Installation
To install this extension, use the gemini command:
gemini extensions install https://github.com/ksprashu/gemini-cli-mcp-google-oss
Usage
Once installed, you can use the command directly from the Gemini CLI:
> /make-google-oss
The agent will then:
- Acknowledge the current working directory.
- Clone a reference template.
- Copy core files (
LICENSE,CONTRIBUTING.md). - Apply license headers to source files.
- Update the
README.md. - Clean up temporary files.
It will provide a live progress tracker as it executes these steps.
Disclaimer
This is not an officially supported Google product.
License
This project is licensed under the Apache License, Version 2.0. See the file for details.