Skip to content

Commit f3f58ba

Browse files
committed
docs(README): update troubleshooting section and link to JFrog MCP Registry guide
1 parent 19900d7 commit f3f58ba

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,7 @@ When an MCP server requires a sensitive configuration, the agent cannot set the
9292

9393
## Troubleshooting
9494

95-
### The hook does not inject MCP-management instructions
96-
97-
Check, in order:
98-
99-
1. `JFROG_URL` and `JFROG_ACCESS_TOKEN` are set in the environment Cursor inherits (or use `jf config add` per JFrog docs).
100-
2. The **`mcp_gateway_plugin_enabled`** account setting is enabled on the JFrog Platform, **or** you set `JF_MCP_GATEWAY_FORCE_ENABLE=true`.
101-
3. Run with **`JF_AGENT_GUARD_DEBUG=true`** and inspect **stderr** for lines prefixed with `[jfrog-agent-guard]`.
102-
103-
### MCP fails to start
104-
105-
The plugin does not install third-party runtimes. Install Docker, Python, Node, or other prerequisites required by the specific MCP server you add.
106-
107-
### Tools missing in chat
108-
109-
Permissions are **project-scoped**. Confirm the MCP is allowed for the project in your environment (`JF_PROJECT` / platform project) and that tool policies are not blocking the tools you expect.
110-
111-
### Getting help
112-
113-
1. Reproduce with `JF_AGENT_GUARD_DEBUG=true` and capture stderr from the hook.
114-
2. Note any HTTP status from the platform settings request.
115-
3. Open a [GitHub issue](https://github.com/jfrog/cursor-plugin/issues) or email **devrel@jfrog.com** with those details.
116-
95+
See the [JFrog MCP Registry troubleshooting guide](https://docs.jfrog.com/ai-ml/docs/mcp-registry-troubleshooting).
11796

11897
---
11998

0 commit comments

Comments
 (0)