Skip to content

Commit 5746aea

Browse files
committed
update mcp name
1 parent a2e7925 commit 5746aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/LLMs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ The easiest way to use `psyflow-mcp` is with `uvx`, which handles the installati
4242
Create a JSON configuration file for your LLM tool (e.g., Gemini CLI) with the following content:
4343
```json
4444
{
45-
"name": "psyflow_mcp",
45+
"name": "taskbeacon-mcp",
4646
"type": "stdio",
4747
"description": "Local FastMCP server for PsyFlow task operations. Uses uvx for automatic setup.",
4848
"isActive": true,
4949
"command": "uvx",
5050
"args": [
51-
"psyflow_mcp"
51+
"taskbeacon-mcp"
5252
]
5353
}
5454
```
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).
5656

5757
---
5858

0 commit comments

Comments
 (0)