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: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,23 @@
1
1
# Tidewave
2
2
3
-
Tidewave is a coding agent that runs in the browser alongside your web application, deeply integrated with Phoenix. [See our website](https://tidewave.ai) for more information.
3
+
Tidewave is a coding agent that runs in the browser alongside your web
4
+
application, deeply integrated with Phoenix.
5
+
[See our website](https://tidewave.ai) for more information.
4
6
5
-
Our current release connects your editor's assistant to your web framework runtime via
6
-
[MCP](https://modelcontextprotocol.io/). Support for Tidewave Web will come in future releases.
7
+
Our current release connects your editor's assistant to your web framework
8
+
runtime via [MCP](https://modelcontextprotocol.io/). Support for Tidewave Web
9
+
will come in future releases.
7
10
8
11
## Usage
9
12
10
13
### Standalone MCP (coming soon)
11
14
12
-
Tidewave's MCP server gives your editor and coding agents access to the documentation, type annotations, and source location of the packages being currently used by your project, without relying on external systems.
15
+
Tidewave's MCP server gives your editor and coding agents access to the
16
+
documentation, type annotations, and source location of the packages being
17
+
currently used by your project, without relying on external systems.
13
18
14
-
Simply configure your editor to run `tidewave` in the same directory as your `package.json` as a STDIO MCP Server:
19
+
Simply configure your editor to run `tidewave` in the same directory as your
20
+
`package.json` as a STDIO MCP Server:
15
21
16
22
```bash
17
23
npx tidewave mcp
@@ -27,7 +33,8 @@ Available MCP options:
27
33
28
34
### CLI Usage
29
35
30
-
Tidewave also provides the MCP features over a CLI tool. Use it directly via npx/bunx/deno:
36
+
Tidewave also provides the MCP features over a CLI tool. Use it directly via
0 commit comments