Skip to content

toptechphoto/picsio

v0.1.0Apache-2.0

Connect your AI assistant to your Pics.io digital asset library. Browse and search collections, find assets with rich filters — keywords, people, ratings, color labels, file types, dates — read full metadata, and pull safe previews, so answers are grounded in the approved files your team actually ships. Read-only.

Changelog

All notable changes to this plugin are documented here. The format follows Keep a Changelog, and versions follow semver.

Unreleased

0.1.0 — 2026-09-15

First public release.

Added

  • Remote MCP server configuration pointing at https://mcp.pics.io/mcp, with four read-only tools: picsio_search_collections, picsio_search_assets, picsio_get_asset, picsio_get_asset_preview.
  • Manifests for Claude Code, Codex, Cursor and Gemini CLI, plus a server.json for the MCP Registry.
  • picsio-asset-search skill — collections-first search strategy, filter vocabulary and a full parameter reference.
  • picsio-help-docs skill — locating and reading the right article from the Pics.io Help Center, with a bundled index generated from the site's sitemap.
  • /picsio:find-assets and /picsio:docs slash commands.
  • Brand artwork in assets/, wired into the logo field of the Codex and Cursor manifests.
  • Portable Agent Plugins 1.0.0 manifest at plugin.json, carrying OpenAI presentation metadata under extensions."com.openai". .codex-plugin/plugin.json stays as the documented compatibility fallback.
  • scripts/validate.mjs manifest consistency checks and scripts/update-help-index.sh, both wired into CI alongside an MCP endpoint liveness probe.