feature: add official morningstar plugin to claude financial services#260
feature: add official morningstar plugin to claude financial services#260nik1097 wants to merge 3 commits into
Conversation
|
Tagging a subset of the maintainers for review. @tobinsouth @mattpic-ant @viveknair |
|
this is plugin to add -- but we know long do this pattern of us hosting (hard to maintain), instead we will point to your github repo via marketplace.json |
|
Hey @tobinsouth where should I make the update? I see this module still points to local plugins? https://github.com/anthropics/financial-services/blob/main/.claude-plugin/marketplace.json |
|
Hi @nik1097 — thanks for confirming, and good question. The update doesn't go into the 1. Publish the plugin to a public Morningstar-owned GitHub repo. 2. Rework this PR to a single pointer entry. {
"name": "morningstar",
"description": "<one-line description of the plugin>",
"author": { "name": "Morningstar" },
"category": "<category>",
"source": {
"source": "github",
"repo": "Morningstar/<your-plugin-repo>",
"commit": "<full-commit-sha>",
"sha": "<full-commit-sha>"
},
"homepage": "https://www.morningstar.com"
}A github-source entry like this resolves and installs cleanly alongside the existing Happy to take another look once it's reworked. Thanks! |
|
@bryan-anthropic thank you for the detailed feedback. I have now updated the PR with your recommendations, please let me know if it requires further updates. |
Adds the Mornignstar plugin to compliment the official Morningstar MCP connector on Claude.