3 Commits

Author SHA1 Message Date
burtenshaw c70fa229e1 Limit marketplace to hf-cli (#181)
* fix: limit marketplace to hf cli

* fix: keep hf skills marketplace complete
2026-07-06 18:33:28 +02:00
shaun smith 6045495233 include type=http in .mcp.json and move agents directory (#164)
* fix: add required "type": "http" to .mcp.json

Claude Code validates MCP server configs against a discriminated union (stdio | sse | http). A bare {url} entry matches no branch and is rejected at load time with 'Invalid MCP server config: invalid_union', so the server never registers for plugin users. All documented HTTP examples carry an explicit "type": "http".

* update generator to include type

* Bump plugin version for MCP config change

* Rename generated agents directory to agentsmd

---------

Co-authored-by: whatrwewaitingf0r <948960638175457471+whatrwewaitingf0r@users.noreply.github.com>
2026-06-08 09:36:36 +02:00
shaun smith c3accb78c0 version bumpage (#140) 2026-05-11 10:05:11 +01:00