Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ updates a stale fortrabbit URL while leaving all other MCP servers alone.
`remove` lists the affected agent configuration files and asks for confirmation;
pass `--yes` only for intentional unattended removal.

The remote endpoint is `https://api.fortrabbit.com/mcp`. Claude Code stores its
The remote endpoint is `https://mcp.fortrabbit.com/mcp`. Claude Code stores its
user-scoped entry in `~/.claude.json`; Codex stores it in
`~/.codex/config.toml`.

Expand Down
2 changes: 1 addition & 1 deletion internal/agentmcp/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
ServerName = "fortrabbit"
ServerURL = "https://api.fortrabbit.com/mcp"
ServerURL = "https://mcp.fortrabbit.com/mcp"
CodexClientID = "https://api.fortrabbit.com/.well-known/oauth-client/codex"
)

Expand Down