## Why The Obsidian MCP server config was living at the repo root, making it a repo-level concern rather than part of the plugin it belongs to. Moving it into plugins/bin/ means the plugin is self-contained and the server travels with it on install. ## Implementation Notes mcpServers is declared in the Copilot manifest (plugin.json) because Copilot requires explicit path declarations. CC auto-discovers .mcp.json from the plugin root so no change to the CC manifest is needed. Bumps version to 1.0.3 in both manifests. --- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
bin
A place for things to be binned
Install
Claude Code:
claude plugin marketplace add <owner>/<repo>
claude plugin install bin@<marketplace-name>
GitHub Copilot CLI:
copilot plugin marketplace add <owner>/<repo>
copilot plugin install bin
Local (development):
# Claude Code
claude --plugin-dir ./plugins/bin
# GitHub Copilot CLI
copilot plugin install ./plugins/bin
Contents
| Component | Path | Description |
|---|---|---|
| Skills | skills/ |
Slash commands available after install |
| Agents | agents/ |
Role-based agents (.md for Claude, .agent.md for Copilot) |
Author
Defame1297