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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,19 @@
2
2
3
3
This is a MCP server that allows you to provide test results context to your AI agents by connecting them to Currents. Useful for asking AI to fix or optimize tests failing in CI.
Add the following to your `claude_desktop_config.json`:
62
60
63
61
#### NPX
62
+
64
63
```
65
64
{
66
65
"mcpServers": {
@@ -78,10 +77,9 @@ Add the following to your `claude_desktop_config.json`:
78
77
}
79
78
```
80
79
81
-
82
80
### ⚠️ Notice
83
-
By connecting AI tools (e.g., via MCP) to Currents, you are granting them access to your API key, test results and CI metadata. It is your responsibility to vet any AI agents or services you use, and to ensure they handle your data securely.
84
81
82
+
By connecting AI tools (e.g., via MCP) to Currents, you are granting them access to your API key, test results and CI metadata. It is your responsibility to vet any AI agents or services you use, and to ensure they handle your data securely.
85
83
86
84
## How to Contribute
87
85
@@ -118,6 +116,7 @@ To test with a local MCP client (e.g., Cursor or Claude Desktop), point the clie
0 commit comments