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: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ through the MCP client's OAuth flow.
In Cursor chat, run:

```text
/add-plugin https://github.com/dodeja/agent-plugins
/add-plugin https://github.com/Terminal49/agent-plugins
```

Then select and install **Terminal49**. Cursor will prompt you to connect the
Expand All @@ -36,14 +36,14 @@ MCP server when the plugin first needs it.
### Claude Code

```sh
claude plugin marketplace add dodeja/agent-plugins
claude plugin marketplace add Terminal49/agent-plugins
claude plugin install terminal49@terminal49
```

### Codex

```sh
codex plugin marketplace add dodeja/agent-plugins
codex plugin marketplace add Terminal49/agent-plugins
codex plugin add terminal49@terminal49
```

Expand All @@ -53,7 +53,7 @@ Copilot CLI can read the Claude-compatible marketplace included in this
repository:

```sh
copilot plugin marketplace add dodeja/agent-plugins
copilot plugin marketplace add Terminal49/agent-plugins
copilot plugin install terminal49@terminal49
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/terminal49/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Terminal49"
},
"homepage": "https://terminal49.com",
"repository": "https://github.com/dodeja/agent-plugins",
"repository": "https://github.com/Terminal49/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"container-tracking",
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminal49/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Terminal49"
},
"homepage": "https://terminal49.com",
"repository": "https://github.com/dodeja/agent-plugins",
"repository": "https://github.com/Terminal49/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"container-tracking",
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminal49/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Terminal49"
},
"homepage": "https://terminal49.com",
"repository": "https://github.com/dodeja/agent-plugins",
"repository": "https://github.com/Terminal49/agent-plugins",
"license": "Apache-2.0",
"logo": "assets/logo.svg",
"keywords": [
Expand Down
4 changes: 3 additions & 1 deletion plugins/terminal49/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Terminal49 plugin

This plugin connects an agent to Terminal49's hosted MCP server and supplies a
shared skill for reliable container-tracking workflows.
shared skill for reliable container-tracking workflows. It is published from
the [Terminal49/agent-plugins](https://github.com/Terminal49/agent-plugins)
marketplace — see that README for installation instructions.

## Authentication

Expand Down
Loading