Conversation
Packages 4 non-MCP-dependent skills from pinecone-io/skills (MIT). - pinecone-assistant — managed RAG service (create, upload, sync, chat) - pinecone-cli — terminal-based index and vector management (pc CLI) - pinecone-docs — curated docs reference - pinecone-help — skills overview and getting-started essentials Pinned to upstream 787cd27. Skills intentionally excluded (MCP server dependency): Per skill-criteria.md MCP-server-dependency rule, three upstream skills depend on the Pinecone MCP server (@pinecone-database/mcp — npx-distributed, stdio) which is NOT YET packaged in either the toolhive catalog or dockyard: - pinecone-mcp - pinecone-query - pinecone-quickstart Follow-up: packaging npx/pinecone-mcp in dockyard and registering it in the toolhive catalog would unlock these three skills in a later PR. Security: all 4 pass with only MANIFEST_MISSING_LICENSE. Refs #495 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🛡️ Skill Security Scan Results✅ pinecone-assistant
✅ pinecone-cli
✅ pinecone-docs
✅ pinecone-help
✅ pinecone-mcp
✅ pinecone-query
✅ pinecone-quickstart
Summary: Scanned 7 skill(s), all passed security checks. ✅ |
The Pinecone MCP server is now being registered in the toolhive catalog (stacklok/toolhive-catalog PR) and packaged in dockyard (#509), satisfying the skill-criteria.md requirement that 'every referenced MCP server must already be included in the catalog'. These three previously-excluded skills are therefore eligible for inclusion: - pinecone-mcp — Pinecone MCP server tools reference - pinecone-query — natural-language query via search-records - pinecone-quickstart — two-path onboarding (Database via MCP, Assistant) Pinned to upstream 787cd27 (same as the other 4 Pinecone skills). Security: all 3 pass with only MANIFEST_MISSING_LICENSE. Refs #495 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
samuv
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packages 7 skills from
pinecone-io/skills(MIT), pinned to787cd27.Skills added
Non-MCP-dependent (4)
pinecone-assistant— managed RAG service (create, upload, sync, chat)pinecone-cli— terminal-based index and vector management (pcCLI)pinecone-docs— curated docs referencepinecone-help— skills overview and getting-started essentialsMCP-dependent (3) — see dependency note below
pinecone-mcp— Pinecone MCP server tools referencepinecone-query— natural-language query viasearch-recordspinecone-quickstart— two-path onboarding (Database via MCP, Assistant)MCP dependency
The three MCP-dependent skills depend on the Pinecone MCP server (
@pinecone-database/mcp). That server is being added in parallel PRs:ghcr.io/stacklok/dockyard/npx/pinecone-mcp:0.2.1registries/{official,toolhive}/servers/pinecone/Merge order: this PR depends on the catalog PR (#1103) merging first to satisfy the
skill-criteria.mdMCP-dependency requirement. The dockyard MCP container PR (#509) can merge in any order but should land before the catalog PR references the pinned image digest.Security
All 7 carry only
MANIFEST_MISSING_LICENSE(INFO). No other findings.Test plan
task validate-skillon all 7 — VALIDtask scan-skillpassesCloses #495