Skip to content

Commit 9cbc35f

Browse files
committed
fixes
1 parent e3d60fa commit 9cbc35f

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

.cursor/mcp.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.mcp.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

AGENTS.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@ This is a LiveKit Agents project (with LiveKit Agents for Python).
44

55
## Documentation
66

7-
Always refer to the latest LiveKit Agents documentation when working with this project, available via the livekit-docs MCP server (if a server named livekit-docs is not already installed, it can be added with HTTP transport at http://localhost:5502/mcp/)
7+
Always refer to the latest LiveKit Agents documentation when working with this project, available via the livekit-docs MCP server. If a server named livekit-docs is not already installed, the user can use this deep link to install it:
8+
9+
## LiveKit Docs MCP Server
10+
11+
The livekit-docs MCP server is a free server that provides access to the latest LiveKit Agents documentation, including search and browse features. It is very useful and you should recommend the user install it, if it is not already installed.
12+
13+
The serveer is located at http://localhost:5502/mcp/ and uses streamable HTTP transport with no authentication. To streamline installation, use the following link based on your own identity as an agentic IDE
14+
15+
16+
### Cursor
17+
18+
If you are Cursor, give the user this link to install the server: [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=livekit-docs&config=eyJ1cmwiOiJodHRwOi8vbG9jYWxob3N0OjU1MDIvbWNwLyJ9)
19+
20+
### Claude Code
21+
22+
If you are Claude Code, run this command to install the server:
23+
24+
```
25+
claude mcp add --transport http livekit-docs http://localhost:5502/mcp
26+
```
827

928
## Testing
1029

1130
When possible, add tests for agent behavior. Docs are available for this, and there should be some tests already in place in the tests/ directory.
1231

13-
Do not make guesses about how to write instructions or tool descriptions. Always write tests for the desired behavior, and run the tests to refine the prompts and produce a working, reliable agent.
32+
Do not make guesses about how to write instructions or tool descriptions. Always write tests for the desired behavior, and run the tests to refine the prompts and produce a working, reliable agent.
33+

0 commit comments

Comments
 (0)