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
2 changes: 1 addition & 1 deletion .devin-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"ai-catalog",
"mcp"
],
"mcpServers": "mcp_config.json"
"mcpServers": "mcp.json"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Skill content is vendored under `skills/` — see [VENDOR.md](VENDOR.md).

## JFrog MCP

The plugin registers this MCP server (declared in `mcp_config.json` and referenced from `.devin-plugin/plugin.json`):
The plugin registers this MCP server (declared in `mcp.json` and referenced from `.devin-plugin/plugin.json`):

```json
{
Expand Down Expand Up @@ -74,7 +74,7 @@ Confirm `jfrog` is listed (and Connected after OAuth). Ask the agent to list too
```
devin-plugin/
├── .devin-plugin/plugin.json
├── mcp_config.json # JFrog Platform MCP (remote HTTP + OAuth)
├── mcp.json # JFrog Platform MCP (remote HTTP + OAuth)
├── skills/
│ ├── jfrog/
│ ├── jfrog-init/
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Include steps to reproduce, affected versions or commits, and impact if known.

## Scope

This repository ships a **Devin CLI plugin** (vendored skills plus a bundled JFrog Platform MCP entry). Do not put OAuth client secrets or access tokens in `mcp_config.json`.
This repository ships a **Devin CLI plugin** (vendored skills plus a bundled JFrog Platform MCP entry). Do not put OAuth client secrets or access tokens in `mcp.json`.

Do not commit secrets, API keys, or credentials. Skill runtime data under `**/local-cache/` must not be checked into git.
File renamed without changes.
Loading