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: source/LLMs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,17 @@ The easiest way to use `psyflow-mcp` is with `uvx`, which handles the installati
42
42
Create a JSON configuration file for your LLM tool (e.g., Gemini CLI) with the following content:
43
43
```json
44
44
{
45
-
"name": "psyflow_mcp",
45
+
"name": "taskbeacon-mcp",
46
46
"type": "stdio",
47
47
"description": "Local FastMCP server for PsyFlow task operations. Uses uvx for automatic setup.",
48
48
"isActive": true,
49
49
"command": "uvx",
50
50
"args": [
51
-
"psyflow_mcp"
51
+
"taskbeacon-mcp"
52
52
]
53
53
}
54
54
```
55
-
With this setup, your LLM agent can now use the `psyflow_mcp` tools. For more details, refer to the [`psyflow-mcp` documentation](https://github.com/TaskBeacon/psyflow-mcp).
55
+
With this setup, your LLM agent can now use the `taskbeacon-mcp` tools. For more details, refer to the [`taskbeacon-mcp` documentation](https://github.com/TaskBeacon/taskbeacon-mcp).
0 commit comments