Skip to content

Releases: hanoak/pexels-mcp-server

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:40
44dacfd

Patch Changes

  • 106d74d: Re-publish to refresh git provenance after a repo-wide git history rewrite (author email correction). No functional or API changes; source content is unchanged. Note that the provenance attestations and gitHead metadata recorded against v1.0.0 and v1.0.1 on npm still reference pre-rewrite commit SHAs and cannot be retroactively updated.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 16:04

Patch Changes

  • fd0c169: Add an mcpName field to package.json so the package can be listed on the official MCP Registry (registry.modelcontextprotocol.io). No runtime or API changes.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:54

Major Changes

  • 229d290: Initial public release. An MCP server covering the complete documented Pexels API in one release — there's no OAuth tier to hold a v2 behind:

    • Photos: pexels_search_photos, pexels_curated_photos, pexels_get_photo
    • Videos: pexels_search_videos, pexels_popular_videos, pexels_get_video
    • Collections: pexels_list_featured_collections, pexels_list_my_collections, pexels_get_collection_media
    • A pexels://guides/usage resource covering the real license restrictions and the optional courtesy-credit convention
    • A 5-prompt library: find_photo, photo_gallery, find_video, collection_tour, media_brief
    • A robust HTTP client with retries/backoff and Pexels-specific rate-limit-quota caching (Pexels omits its rate-limit headers on a 429 response)