Skip to content

Commit f049f92

Browse files
committed
Format README
1 parent 55ca300 commit f049f92

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

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

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.
46

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.
710

811
## Usage
912

1013
### Standalone MCP (coming soon)
1114

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.
1318

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:
1521

1622
```bash
1723
npx tidewave mcp
@@ -27,7 +33,8 @@ Available MCP options:
2733

2834
### CLI Usage
2935

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
37+
npx/bunx/deno:
3138

3239
```bash
3340
# Extract documentation for a symbol

0 commit comments

Comments
 (0)