We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndreaCadonna/resumake-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•786 B
# Contributing to Resume Generator MCP
Thank you for your interest in contributing! Here are some guidelines:
## Development Setup
1. Fork the repository
2. Clone your fork: `git clone https://github.com/yourusername/resume-generator-mcp.git`
3. Install dependencies: `npm install`
4. Make your changes
5. Test thoroughly with Claude Desktop
## Code Style
- Use consistent indentation (2 spaces)
- Add comments for complex logic
- Follow existing naming conventions
## Submitting Changes
1. Create a feature branch: `git checkout -b feature-name`
2. Commit your changes: `git commit -am 'Add some feature'`
3. Push to the branch: `git push origin feature-name`
4. Submit a pull request
## Reporting Issues
Please use the GitHub issue tracker to report bugs or request features.