Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skill-fetch",
"version": "1.4.1",
"version": "1.4.2",
"description": "Search, discover, and install AI agent skills from 9 registries with quality scoring, security labels, and cross-platform support",
"author": {
"name": "girofu",
Expand Down
6 changes: 0 additions & 6 deletions .mcp.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.4.2] - 2026-04-23

### Fixed

- **SkillsMP MCP shadow bug (plugin installs)**: v1.4.1 shipped a `.mcp.json` at repo root that registered a project-scope `skillsmp` MCP server with no `SKILLSMP_API_KEY`. Because the entire repo is the plugin payload (`marketplace.json` → `source: "./"`), every plugin-installed user had this keyless server override their user-scope `skillsmp` registration (where the API key lives), causing SkillsMP semantic + keyword search (Sources 1-2) to silently fail. Fix: remove `.mcp.json`. Users should register the server once at user scope via `claude mcp add --scope user skillsmp -- npx -y skillsmp-mcp-server --env SKILLSMP_API_KEY=...` (or run `/fetch-skill-config`). `npx skills add` / `install.sh` / `install.py` install paths were unaffected — they only copy `skills/skill-fetch/*`, not repo-root files.

## [1.4.1] - 2026-04-23

### Fixed
Expand Down
Loading