Add Claude Plugin Marketplace manifest, icon, and README#3
Merged
Conversation
Agent-Logs-Url: https://github.com/scottchronicity/ephemeris-mcp/sessions/0ddce847-9192-4792-bce7-74b8eb3dbd29 Co-authored-by: scottchronicity <186119543+scottchronicity@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add .claude-plugin directory and plugin.json for marketplace compatibility
Add Claude Plugin Marketplace manifest
Mar 27, 2026
Agent-Logs-Url: https://github.com/scottchronicity/ephemeris-mcp/sessions/3828c5f0-4673-40ac-a429-e6f8de2d728d Co-authored-by: scottchronicity <186119543+scottchronicity@users.noreply.github.com>
Copilot
AI
changed the title
Add Claude Plugin Marketplace manifest
Add Claude Plugin Marketplace manifest, icon, and README
Mar 27, 2026
Owner
|
Add the following to top area of root readme.md in the repo To use this in Claude Desktop, add this to your claude_desktop_config.json: "mcpServers": {
"ephemeris": {
"command": "uvx",
"args": ["ephemeris-mcp"]
}
} |
Agent-Logs-Url: https://github.com/scottchronicity/ephemeris-mcp/sessions/f20e410a-5dd8-4ed2-915c-498568b9e65b Co-authored-by: scottchronicity <186119543+scottchronicity@users.noreply.github.com>
Contributor
Author
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.
Adds the
.claude-plugin/directory with all files needed for Claude Plugin Marketplace compatibility, enabling installation via/plugin install scottchronicity/ephemeris-mcp.mcp-servertype withuvx ephemeris-mcpruntime for zero-install executioniconfield pointing to./icon.svgclaude_desktop_config.jsonsnippet to the top area of the root README.md{ "type": "mcp-server", "icon": "./icon.svg", "runtime": { "command": "uvx", "args": ["ephemeris-mcp"] }, "source": { "type": "pypi", "package": "ephemeris-mcp" } }Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.