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
8 changes: 5 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "Link",
"description": "Secure, one-time-use payment credentials from Link",
"name": "link-cli",
"owner": {
"name": "Stripe",
"email": "agent-spend@stripe.com"
},
"metadata": {
"description": "Secure, one-time-use payment credentials from Link"
},
"plugins": [
{
"name": "link",
"source": ".",
"source": "./plugins/link",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing, isn't this at ../plugins/link? or are somehow the references all from the base of the repo?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, that's what the error was before. The paths are actually all from the base of the repo, not relative to these files.

"description": "Authenticate with Link, create spend requests, and retrieve one-time-use card or shared payment token credentials for user-approved purchases.",
"author": {
"name": "Stripe"
Expand Down
1 change: 0 additions & 1 deletion plugins/link/.claude-plugin

This file was deleted.

10 changes: 10 additions & 0 deletions plugins/link/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "link",
"version": "0.4.3",
"description": "Authenticate with Link, create spend requests, and retrieve one-time-use card or shared payment token credentials for user-approved purchases.",
"author": {
"name": "Stripe"
},
"skills": "./skills/",
"mcpServers": "./.mcp.json"
Comment on lines +8 to +9
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the skills is actually in ../ and ./.mcp.json doesn't exist? not sure if that one is autogened?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.mcp.json does exist, no?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ah yes from the base of the repo 👍

}
1 change: 0 additions & 1 deletion plugins/link/.codex-plugin

This file was deleted.

File renamed without changes.
Loading