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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,12 @@ A lightweight, configuration-driven MCP server that exposes curated GraphQL quer
10
10
11
11
## Configuration
12
12
13
-
To configure the MCP server, specify the environment variable `FORGE_CONFIG` pointing to the folder containing the YAML configuration files.
13
+
The server is configured using environment variables and YAML files.
14
+
15
+
### Environment Variables
16
+
17
+
-`FORGE_CONFIG`: Specifies the path to the folder containing the YAML configuration files (`forge.yaml` and tool definitions). Defaults to the current directory (`.`) if not set.
18
+
-`FORGE_DEBUG`: If set to `true` (case-insensitive), enables detailed debug logging to `stderr`, including the obtained token and the full HTTP request/response for GraphQL calls. Defaults to `false`.
0 commit comments