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
chore: [ML-1194]: Fixed Issue with harness-context fields not getting passed as argument to devops agent (#38)
* chore: [ML-1194]: Fixed Issue with harness-context fields not getting passed as argument to devops agent
Signed-off-by: Saranya-jena <[email protected]>
* chore: [ML-1194]: Fixed Issue with harness-context fields not getting passed as argument to devops agent
Signed-off-by: Saranya-jena <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,35 @@ Environment variables are prefixed with `HARNESS_`:
385
385
386
386
The server uses a Harness API key for authentication. This can be set via the `HARNESS_API_KEY` environment variable.
387
387
388
+
## Notes for Local Testing
389
+
390
+
There might be certain tools that are not added in external mode or vice-versa, for local testing, following changes in `pkg/harness/tools.go` need to be done in mcp-server code to enable that certain tool in both internal and external modes.
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector).
0 commit comments