Skip to content

Commit 0798bc7

Browse files
committed
More copy
1 parent a0a46c7 commit 0798bc7

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# Tidewave
22

3-
Tidewave is the coding agent for full-stack web app development. Integrate
4-
Claude Code, OpenAI Codex, and other agents with your web app and web framework
5-
at every layer, from UI to database. [See our website](https://tidewave.ai) for
6-
more information.
7-
8-
This project supports:
3+
Tidewave JS is an MCP server that provides runtime-level tools for developing JS
4+
apps using coding agents. This project supports:
95

106
- TanStack Start with React
117
- Vite with React/Vue (which includes Astro, VitePress, etc)
128

13-
If you are using React/Vue with Django, FastAPI, Flask, Phoenix, or Rails,
14-
[follow the steps here instead](http://hexdocs.pm/tidewave/frontend.html).
9+
Your agent will be able to use this MCP server to talk to your running app in
10+
development to:
11+
12+
- execute code in the context of the running app (like an terminal session for
13+
agents)
14+
- read the app's live logs
15+
- get source locations of modules and functions
16+
- read documentation pinned to the exact package versions your project depends
17+
on
18+
19+
This MCP server is an open-source component of [Tidewave](https://tidewave.ai).
20+
21+
You can use this project as a standalone MCP server or integrated with the
22+
[Tidewave product](https://tidewave.ai) by following the installation
23+
instructions below.
1524

1625
This project can also be used through the CLI or as
1726
[a standalone Model Context Protocol server](https://hexdocs.pm/tidewave/mcp.html).

0 commit comments

Comments
 (0)