Skip to main content
Glama

Rishi's Interactive Resume MCP Server

by RishiA
push_to_github.sh•1.27 kB
#!/bin/bash echo "šŸš€ Pushing to GitHub..." echo "" # Check if remote exists if git remote | grep -q "origin"; then echo "āœ… Remote 'origin' already configured" else echo "Adding GitHub remote..." git remote add origin https://github.com/rishia/rishi-resume-mcp.git fi # Push to GitHub echo "Pushing code to GitHub..." git push -u origin main if [ $? -eq 0 ]; then echo "" echo "āœ… Successfully pushed to GitHub!" echo "" echo "šŸ”— Your repository is now live at:" echo " https://github.com/rishia/rishi-resume-mcp" echo "" echo "šŸ“§ Share with hiring manager:" echo " 'I built an interactive AI-powered resume server to demonstrate" echo " my technical depth and product thinking for the AI PM role.'" echo "" echo "šŸŽÆ Next steps:" echo " 1. Star the repo for visibility" echo " 2. Consider adding a demo GIF to the README" echo " 3. Deploy to Replit for one-click access" else echo "" echo "āŒ Push failed. Please ensure:" echo " 1. You've created the repo at https://github.com/new" echo " 2. Repository name: rishi-resume-mcp" echo " 3. Set to Public" echo " 4. Didn't initialize with README" echo "" echo "Then run this script again." fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RishiA/rishi-resume-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server