You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Navigate to the cloned directory and install dependencies:
60
+
61
+
```bash
62
+
cd asgardeo-mcp-server
63
+
go mod tidy
64
+
```
65
+
66
+
3. Build the executable:
67
+
68
+
```bash
69
+
go build -o asgardeo-mcp
70
+
```
71
+
72
+
This creates the `asgardeo-mcp` binary in the current directory. The absolute path to this binary (e.g., `/Users/<username>/asgardeo-mcp-server/asgardeo-mcp`) is what you will use as `<ABSOLUTE-PATH>`in the next step.
3. Type **"Preferences: Open Settings (JSON)"** and select it.
79
+
3. Type **"MCP: Open User Configuration"** and selectit.
55
80
56
-
Append the following configuration to `settings.json` file. Replace the `<ABSOLUTE-PATH>`, `<client-id>`, `<client-secret>` and `<organization>` values from the values you copied from the previous steps.
81
+
Add the following server configuration to `mcp.json` file. Replace the `<ABSOLUTE-PATH>`, `<client-id>`, `<client-secret>` and `<organization>` values from the values you copied from the previous steps.
0 commit comments