Skip to content

Commit a360b6a

Browse files
authored
Add Claude Code instructions to llms.txt (#10)
1 parent 9d0794b commit a360b6a

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

public/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,10 @@ <h3>Claude Desktop</h3>
705705
<h3>Claude Code</h3>
706706
<p>Run the following command in your terminal:</p>
707707
<pre><code>claude mcp add --transport http sosumi https://sosumi.ai/mcp</code></pre>
708-
<p>For more information, see the <a
709-
href="https://docs.anthropic.com/en/docs/claude-code/mcp"
710-
rel="noopener noreferrer">Claude Code MCP documentation</a>.</p>
708+
<p>For more information, see the
709+
<a href="https://docs.anthropic.com/en/docs/claude-code/mcp"
710+
rel="noopener noreferrer">Claude Code MCP documentation</a>.
711+
</p>
711712
</div>
712713

713714
<div class="tab-pane" id="other-tab">

public/llms.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ Create a `.vscode/mcp.json` file in your workspace and enter the following confi
8181
5. Set **"Remote MCP server URL"** to `"https://sosumi.ai/mcp"`
8282
6. Click "Add"
8383

84+
### Claude Code
85+
86+
Run the following command in your terminal:
87+
88+
```shell
89+
claude mcp add --transport http sosumi https://sosumi.ai/mcp
90+
```
91+
8492
### Other
8593

8694
Sosumi's MCP server supports Streamable HTTP and Server-Sent Events (SSE) transport.

0 commit comments

Comments
 (0)