Skip to content

Commit 46de2c0

Browse files
committed
Reorganize MCP documentation structure and improve clarity
1 parent 7764632 commit 46de2c0

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

docs/cloud/sophia/mcp.adoc

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@ These are fully functional Sophia deployments managed by SoftInstigate. You can
3838

3939
To connect immediately with Claude Desktop, open *Settings → Connectors → Add custom connector* and paste the URL.
4040

41-
== Public contexts
42-
43-
No authentication required — just the URL.
44-
45-
=== Claude Desktop
46-
47-
Open *Settings → Connectors → Add custom connector* and paste the URL.
48-
49-
=== Clients with native Streamable HTTP support
41+
== Clients with Streamable HTTP transport
5042

5143
Add this to the MCP settings:
5244

@@ -60,7 +52,7 @@ Add this to the MCP settings:
6052
}
6153
----
6254

63-
=== Clients that support stdio only
55+
== Clients with stdio transport
6456

6557
Some clients (Claude Code, VS Code, Zed) spawn MCP servers as local processes and communicate over stdio. Use link:https://www.npmjs.com/package/mcp-remote[`mcp-remote`] as a bridge. It requires link:https://nodejs.org[Node.js >= 18] and is downloaded automatically by `npx` on first run.
6658

@@ -82,9 +74,7 @@ Private contexts require authentication. Sophia supports two approaches.
8274

8375
=== Via OAuth (recommended for interactive clients)
8476

85-
Claude Desktop supports OAuth natively. Other clients work in similar way.
86-
87-
Open *Settings → Connectors → Add custom connector*, paste the context URL, and set `OAuth Client ID` to `claude_desktop` in the advanced settings. Sophia login page will open in the browser to complete the flow.
77+
Claude Desktop supports OAuth natively. Open *Settings → Connectors → Add custom connector*, paste the context URL, and set `OAuth Client ID` to `claude_desktop` in the advanced settings. Sophia login page will open in the browser to complete the flow.
8878

8979
=== Via API token
9080

@@ -105,7 +95,7 @@ Example configuration snippet:
10595
}
10696
----
10797

108-
For client that supports only the stio transport:
98+
For clients that support stdio only:
10999

110100
[source,json]
111101
----

0 commit comments

Comments
 (0)