Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.12 KB

File metadata and controls

33 lines (22 loc) · 1.12 KB

Contributing

Bug reports and feature requests go through GitHub Issues.

Reporting a Bug

Tell us:

  • Which MCP client you're using (Claude Desktop, Cursor, VS Code, Windsurf, Cline, Codex, Glama, other)
  • Server version (check with npm info ipgeolocation-io-mcp version)
  • Node.js version (node --version)
  • Which tool you called and what parameters you passed
  • What you expected to happen
  • What actually happened
  • The full error message, if there is one

Requesting a Feature

Open an issue. Describe what you need and why. If it maps to an existing ipgeolocation.io API endpoint, mention which one.

Contributing Code

  1. Open an issue first to discuss the change.
  2. Fork the repo and branch off main.
  3. Make your changes.
  4. Run npm test and make sure everything passes.
  5. Open a pull request that references the issue.

Keep the existing code style. TypeScript. Follow the patterns in src/. Don't add dependencies without discussing it first.

License

By contributing, you agree that your work will be licensed under the MIT License.