smsohan/source-deploy-mcp-server
3.1
If you are the rightful owner of source-deploy-mcp-server 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.
The Model Context Protocol (MCP) server is a tool designed to facilitate communication and deployment processes in software development environments, particularly for applications using the Gemini Extensions framework.
- Build the MCP server:
npm run build - Run the MCP Server:
npm run start - Add the MCP server to your Gemini Extensions:
~/.gemini/extensions/source-deploy/gemini-extension.json
{
"name": "SourceDeploy",
"version": "1.0.0",
"mcpServers": {
"source-deploy": {
"httpUrl": "http://localhost:3000/mcp",
"timeout": 300000
}
}
}
- Try the MCP Server:
$ deploy @sample-go/
Please note that the actual deploy logic is not plugged. Here's a sample chat:
